Skip to content

Commit

Permalink
fix: fix import name error
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Nov 6, 2024
1 parent a4fec9c commit dcb1498
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useGSAP } from '@gsap/react';
import '@/app/Home.scss';
import Image from 'next/image';
import Flashlight from '@/components/Flashlight/Flashlight';
import Controls from '@/components/flashlight_controls/controls';
import Controls from '@/components/FlashlightControls/Controls';

gsap.registerPlugin(useGSAP);

Expand Down

0 comments on commit dcb1498

Please sign in to comment.