Fix css import and timestamp formatting

This commit is contained in:
Jon Staab
2026-04-07 14:55:59 -07:00
parent 00ee93674f
commit eb4eae748f
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"import": "./dist/editor/src/index.js",
"types": "./dist/editor/src/index.d.ts"
},
"./index.css": "src/index.css"
"./index.css": "./src/index.css"
},
"files": [
"dist",