Skip to content

Commit

Permalink
refactor(hiccup-css): minor pkg restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 29, 2021
1 parent 755b0b3 commit 3d34f5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions packages/hiccup-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@
"./css": {
"import": "./css.js"
},
"./impl": {
"import": "./impl.js"
},
"./import": {
"import": "./import.js"
},
Expand Down
1 change: 1 addition & 0 deletions packages/hiccup-css/src/impl.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// thing:no-export
import type { FnAny } from "@thi.ng/api";
import { isArray } from "@thi.ng/checks/is-array";
import { isFunction } from "@thi.ng/checks/is-function";
Expand Down

0 comments on commit 3d34f5f

Please sign in to comment.