Change ragister-component to catalog-import

This commit is contained in:
Marek Calus
2020-11-12 09:08:49 +01:00
parent 737f79a53b
commit be2d7b3376
11 changed files with 185 additions and 85 deletions
@@ -82,15 +82,6 @@ export const ScaffolderPage = () => {
color="primary"
component={RouterLink}
to="/catalog-import"
style={{ marginRight: '8px' }}
>
Import Repository
</Button>
<Button
variant="contained"
color="primary"
component={RouterLink}
to="/register-component"
>
Register Existing Component
</Button>