Skip to content

Commit

Permalink
refactor: place components in components file
Browse files Browse the repository at this point in the history
  • Loading branch information
louiss0 committed Dec 4, 2024
1 parent 1f6bcf9 commit cc67b4d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"module": "./index.js",
"exports": {
"./components": {
"import": "./components.ts"
"import": "./src/components/index.ts"
}
},
"author": {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
// @ts-ignore TS2307
export { default as Gap } from "./Gap.astro"
// @ts-ignore TS2307
export { default as PageLink } from "./PageLink.astro"

0 comments on commit cc67b4d

Please sign in to comment.