feat: add index export

This commit is contained in:
Sergey Onufrienko 2023-06-02 14:10:19 +02:00
parent d3ed958308
commit b38f760fcd
No known key found for this signature in database
GPG key ID: 3299873ECFD30CA3

View file

@ -0,0 +1,4 @@
export * from "./colorScheme"
export * from "./ramps"
export * from "./syntax"
export * from "../../themeConfig"