1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

adding bbui styles into standard-components

This commit is contained in:
Martin McKeaveney 2020-09-14 15:12:02 +01:00
parent 7acaad11d1
commit 7dea1c1537
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"