Skip to content

Commit

Permalink
fix: components exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe-gsilva committed Oct 11, 2024
1 parent fcce4d2 commit a9d373f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@
:exports {:components mockingbird.components
:layout mockingbird.layout
:helpers mockingbird.helpers
:examples mockingbird.examples
:dev mockingbird.dev
:lib mockingbird.lib}
:lib mockingbird.lib
:core mockingbird.core}
:js-options {:js-provider :import}
:compiler-options {:infer-externs :auto}
:build-hooks [(mockingbird.dev.shadow.hooks/build-css
Expand Down

0 comments on commit a9d373f

Please sign in to comment.