mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 02:57:34 +00:00
Add seemingly-redundant export in theme src file to workaround theme build error
This commit is contained in:
parent
87dfce94ae
commit
14fdcadcfc
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
import chroma from "chroma-js"
|
import chroma from "chroma-js"
|
||||||
export * from "./theme"
|
export * from "./theme"
|
||||||
|
export * from "./theme/theme_config"
|
||||||
export { chroma }
|
export { chroma }
|
||||||
|
|
||||||
export const font_families = {
|
export const font_families = {
|
||||||
|
|
Loading…
Reference in a new issue