Skip to content

Commit cd28a96

Browse files
committed
story changes
1 parent c3b499b commit cd28a96

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/pages/story.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import dynamic from 'next/dynamic'
22
import Layout from '../components/Layout'
33

4-
const Editor = dynamic(() => import('../components/editor/StoryEditor'))
4+
const Editor = dynamic(() => import('../components/story/StoryEditor'))
55
export default function Story () {
66
return (
77
<div>

0 commit comments

Comments
 (0)