diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-01-14 15:47:00 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-01-14 15:47:00 +0100 |
| commit | 9d74e1679915cc0c5f56413879276fc43b093892 (patch) | |
| tree | 10c1582a70633cea261c30ca6007b9915c363bc3 /index.js | |
| parent | ca647a41364001b6f996715bd2313b44ac28a4d3 (diff) | |
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -export { css } from './css.js'; +export * as css from './css.js'; export * as theme from './theme.js'; export * as element from './element/index.js' |