Remove test button group
This commit is contained in:
parent
863406574c
commit
9a0a7eded8
|
@ -77,11 +77,6 @@
|
||||||
<AppList />
|
<AppList />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ButtonGroup>
|
|
||||||
<Button secondary>Test</Button>
|
|
||||||
<Button cta>Test</Button>
|
|
||||||
</ButtonGroup>
|
|
||||||
|
|
||||||
<Modal bind:this={modal} padding={false} width="600px" on:hide={closeModal}>
|
<Modal bind:this={modal} padding={false} width="600px" on:hide={closeModal}>
|
||||||
<CreateAppModal {hasKey} {template} />
|
<CreateAppModal {hasKey} {template} />
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
Loading…
Reference in New Issue