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 = {
4
4
webpack ( config , options ) {
5
5
config . resolve . alias [ 'components' ] = path . join ( __dirname , 'components' )
6
6
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' )
8
8
9
9
return config
10
10
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Card from 'components/Card'
3
3
import Grid from 'components/Grid'
4
4
import Layout from 'components/Layout'
5
5
6
- import DynamicRendering from 'strategies/ dynamic-rendering'
6
+ import DynamicRendering from '@midudev/react- dynamic-rendering'
7
7
8
8
export default function DynamicRenderingPage ( { articles, isBot} ) {
9
9
return (
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Card from 'components/Card'
3
3
import Grid from 'components/Grid'
4
4
import Layout from 'components/Layout'
5
5
6
- import ProgressiveHydration from 'strategies/ progressive-hydration'
6
+ import ProgressiveHydration from '@midudev/react- progressive-hydration'
7
7
8
8
export default function ProgressiveHydrationPage ( { articles} ) {
9
9
return (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Card from 'components/Card'
4
4
import Grid from 'components/Grid'
5
5
import Layout from 'components/Layout'
6
6
7
- import StaticContent from 'strategies/ static-content'
7
+ import StaticContent from '@midudev/react- static-content'
8
8
9
9
export default function StaticContentPage ( { articles} ) {
10
10
return (
You can’t perform that action at this time.
0 commit comments