1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00

adding bbui styles into standard-components

This commit is contained in:
Martin McKeaveney 2020-09-14 15:12:02 +01:00
parent 454c913127
commit 23353f2e60
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,5 @@
import "@budibase/bbui/dist/bbui.css"
export { default as container } from "./Container.svelte"
export { default as text } from "./Text.svelte"
export { default as heading } from "./Heading.svelte"