aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-11-10 18:41:23 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-11-10 18:41:23 +0100
commitbf1fef8933e090ec92dbb04c66f9c868044c242f (patch)
treeedb96ae970a131771f914c6de9ba7e188961d6a5 /index.js
init commit
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.js b/index.js
new file mode 100644
index 0000000..06f7e94
--- /dev/null
+++ b/index.js
@@ -0,0 +1,3 @@
+export { css } from './css.js';
+export * as theme from './theme.js';
+export * as element from './element/index.js'