styles/src/common.ts 🔗
@@ -1,5 +1,6 @@
import chroma from "chroma-js"
export * from "./theme"
+export * from "./theme/theme_config"
export { chroma }
export const font_families = {
Max Brunsfeld created
styles/src/common.ts | 1 +
1 file changed, 1 insertion(+)
@@ -1,5 +1,6 @@
import chroma from "chroma-js"
export * from "./theme"
+export * from "./theme/theme_config"
export { chroma }
export const font_families = {