File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module.exports = {
44 webpack ( config , options ) {
55 config . resolve . alias [ 'components' ] = path . join ( __dirname , 'components' )
66 config . resolve . alias [ 'getNews' ] = path . join ( __dirname , 'data/getNews.js' )
7- config . resolve . alias [ 'strategies ' ] = path . join ( __dirname , 'strategies' )
7+ config . resolve . alias [ '@midudev ' ] = path . join ( __dirname , 'strategies' )
88
99 return config
1010 }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Card from 'components/Card'
33import Grid from 'components/Grid'
44import Layout from 'components/Layout'
55
6- import DynamicRendering from 'strategies/ dynamic-rendering'
6+ import DynamicRendering from '@midudev/react- dynamic-rendering'
77
88export default function DynamicRenderingPage ( { articles, isBot} ) {
99 return (
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Card from 'components/Card'
33import Grid from 'components/Grid'
44import Layout from 'components/Layout'
55
6- import ProgressiveHydration from 'strategies/ progressive-hydration'
6+ import ProgressiveHydration from '@midudev/react- progressive-hydration'
77
88export default function ProgressiveHydrationPage ( { articles} ) {
99 return (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Card from 'components/Card'
44import Grid from 'components/Grid'
55import Layout from 'components/Layout'
66
7- import StaticContent from 'strategies/ static-content'
7+ import StaticContent from '@midudev/react- static-content'
88
99export default function StaticContentPage ( { articles} ) {
1010 return (
You can’t perform that action at this time.
0 commit comments