Remove test button group

This commit is contained in:
Andrew Kingston 2021-04-22 13:59:26 +01:00
parent 3165f3b346
commit c9d1d1af86
1 changed files with 0 additions and 5 deletions

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>