Skip to content

Commit 07cdc3a

Browse files
Added react import to fix eslint error.
1 parent bf77562 commit 07cdc3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/jobs/page.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from 'react'
12
import { PrismaClient } from '@prisma/client'
23
import PostsTable from '@/components/jobs/PostsTable'
34
import VideoPlayer from '../../components/video-player'

0 commit comments

Comments
 (0)