Skip to content

Commit 44534f9

Browse files
committed
fix: remove unnecessary PageBackground imports to prevent Vercel build error
1 parent bbfee51 commit 44534f9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pages/community/[community].tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import React from 'react'
33
import Discussions from '../../components/communityComponents/Discussions'
44
import Events from '../../components/communityComponents/Events'
55
import CommunityNotSupported from '../../components/communityComponents/CommunityNotSupported'
6-
import PageBackground from '../../components/common/PageBackground'
76

87
const CommunityPage = () => {
98
const router = useRouter()

0 commit comments

Comments
 (0)