Add import component button to the create page
This commit is contained in:
@@ -77,6 +77,15 @@ export const ScaffolderPage = () => {
|
||||
/>
|
||||
<Content>
|
||||
<ContentHeader title="Available Templates">
|
||||
<Button
|
||||
variant="contained"
|
||||
color="primary"
|
||||
component={RouterLink}
|
||||
to="/import-component"
|
||||
style={{ marginRight: '8px' }}
|
||||
>
|
||||
Import Repository
|
||||
</Button>
|
||||
<Button
|
||||
variant="contained"
|
||||
color="primary"
|
||||
|
||||
Reference in New Issue
Block a user