Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Nov 28, 2024
1 parent fcac4b0 commit 2870975
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/vike-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"./config": "./dist/config.js",
"./__internal/integration/onRenderHtml": "./dist/integration/onRenderHtml.js",
"./__internal/integration/onRenderClient": "./dist/integration/onRenderClient.js",
"./__internal/components/Loading": "./dist/components/Loading.js"
"./__internal/integration/Loading": "./dist/integration/Loading.js"
},
"dependencies": {
"react-streaming": "^0.3.42"
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config = {
vike: '>=0.4.182',
},

Loading: 'import:vike-react/__internal/components/Loading:default',
Loading: 'import:vike-react/__internal/integration/Loading:default',

// https://vike.dev/onRenderHtml
onRenderHtml: 'import:vike-react/__internal/integration/onRenderHtml:onRenderHtml',
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react/src/integration/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* For components/Loading.tsx */
/* For integration/Loading.tsx */
@keyframes vike-react-shine {
to {
background-position-x: -200%;
Expand Down

0 comments on commit 2870975

Please sign in to comment.