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

Commit bab8d2c

Browse files
committed
Fix an import issue
1 parent 7c900ca commit bab8d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/[...slug].js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import getPostTypeStaticPaths from '@/api/wordpress/_global/getPostTypeStaticPaths'
22
import getPostTypeStaticProps from '@/api/wordpress/_global/getPostTypeStaticProps'
3+
import BlockGravityForm from '@/components/blocks/Gutenberg/BlockGravityForm'
34
import Layout from '@/components/common/Layout'
4-
import BlockGravityForm from '@/components/blocks/BlockGravityForm'
5-
import getPagePropTypes from '@/functions/getPagePropTypes'
65
import Blocks from '@/components/molecules/Blocks'
6+
import getPagePropTypes from '@/functions/getPagePropTypes'
77

88
// TODO Remove BlockGravityForm once block support is added.
99
// TODO Remove slug based BlockGravityForm from page render.

0 commit comments

Comments
 (0)