1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

remove unused stuff

This commit is contained in:
Keviin Åberg Kultalahti 2021-04-15 15:42:30 +02:00
parent 7c115149ba
commit 409a67ff3e

View file

@ -3,7 +3,7 @@
import AppList from "components/start/AppList.svelte"
import { get } from "builderStore/api"
import CreateAppModal from "components/start/CreateAppModal.svelte"
import { Button, Heading, Modal, Spacer, Tabs, Tab, Divider } from "@budibase/bbui"
import { Button, Heading, Modal, Spacer, Divider } from "@budibase/bbui"
import TemplateList from "components/start/TemplateList.svelte"
import analytics from "analytics"
import Banner from "/assets/orange-landscape.png"
@ -75,6 +75,7 @@
<!-- <TemplateList onSelect={selectTemplate} /> -->
<AppList />
</div>
<Modal bind:this={modal} padding={false} width="600px" on:hide={closeModal}>
<CreateAppModal {hasKey} {template} />