1
0
Fork 0
mirror of synced 2024-07-09 08:16:34 +12:00

Remove test button group

This commit is contained in:
Andrew Kingston 2021-04-22 13:59:26 +01:00
parent 863406574c
commit 9a0a7eded8

View file

@ -77,11 +77,6 @@
<AppList />
</div>
<ButtonGroup>
<Button secondary>Test</Button>
<Button cta>Test</Button>
</ButtonGroup>
<Modal bind:this={modal} padding={false} width="600px" on:hide={closeModal}>
<CreateAppModal {hasKey} {template} />
</Modal>