Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 71497ff

Browse files
committed
Update hero import
1 parent e6f931c commit 71497ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import getPostTypeStaticProps from '@/api/wordpress/_global/getPostTypeStaticProps'
22
import Layout from '@/components/common/Layout'
3-
import Hero from '@/components/molecules/Hero'
4-
import Page from './[...slug]'
3+
import Hero from '@/components/organisms/Hero'
54
import getPagePropTypes from '@/functions/getPagePropTypes'
5+
import Page from './[...slug]'
66

77
// Define route post type.
88
const postType = 'page'

0 commit comments

Comments
 (0)