1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00

remove old Switcher import

This commit is contained in:
Keviin Åberg Kultalahti 2021-04-21 13:55:38 +02:00
parent 8390bee693
commit 1888fbacca

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, Divider } from "@budibase/bbui"
import { Button, Heading, Modal, Spacer, Tags, Tag } from "@budibase/bbui"
import TemplateList from "components/start/TemplateList.svelte"
import analytics from "analytics"
import Banner from "/assets/orange-landscape.png"
@ -75,6 +75,13 @@
<!-- <TemplateList onSelect={selectTemplate} /> -->
<AppList />
<Tags>
<Tag>Test</Tag>
<Tag>Avatar</Tag>
<Tag>Error</Tag>
<Tag>Disabled</Tag>
</Tags>
</div>
<Modal bind:this={modal} padding={false} width="600px" on:hide={closeModal}>