Skip to content

Commit

Permalink
Fixed missing component import for FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Jan 31, 2024
1 parent 15fbb94 commit 926947f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(landing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Schedule from './sections/Schedule';
import { Suspense } from 'react';
import Sponsors from './sections/Sponsors';
import About from './sections/About';
import FAQ from './sections/FAQ';
import FAQ from './sections/FAQ/FAQ';
import Cursor from '@/app/ui/cursor';

export default function Page() {
Expand Down

0 comments on commit 926947f

Please sign in to comment.