Skip to content

Commit 1810391

Browse files
committed
build(theme-default): export components and layouts
1 parent 3259d03 commit 1810391

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ecosystem/theme-default/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"exports": {
2323
".": "./lib/node/index.js",
2424
"./client": "./lib/client/index.js",
25+
"./components/*": "./lib/client/components/*",
26+
"./layouts/*": "./lib/client/layouts/*",
2527
"./templates/*": "./templates/*",
2628
"./package.json": "./package.json"
2729
},

0 commit comments

Comments
 (0)