Skip to content

Commit

Permalink
fix: vercel deploy error
Browse files Browse the repository at this point in the history
  • Loading branch information
uiop5809 committed Aug 21, 2024
1 parent 5938daf commit 29016b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/board/[id]/update/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import dynamic from 'next/dynamic'
import { Suspense } from 'react'

Expand Down
2 changes: 2 additions & 0 deletions src/app/board/create/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import dynamic from 'next/dynamic'
import { Suspense } from 'react'

Expand Down
2 changes: 2 additions & 0 deletions src/app/worry/[id]/update/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import dynamic from 'next/dynamic'
import { Suspense } from 'react'

Expand Down
2 changes: 2 additions & 0 deletions src/app/worry/create/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import dynamic from 'next/dynamic'
import { Suspense } from 'react'

Expand Down

0 comments on commit 29016b1

Please sign in to comment.