Skip to content

Commit d24f2ff

Browse files
fix: correct InteractiveViewer import
1 parent f7b3dbc commit d24f2ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { Footer } from '@/app/components/Footer';
1414

1515
import { FeatureCard, FeatureCardsSection } from '@/components/FeatureCards';
1616
import { DiscordButton } from '@/components/DiscordButton';
17-
import { InteractiveViewer } from '@/components/InteractiveViewer';
17+
import InteractiveViewer from '@/components/InteractiveViewer';
1818

1919
const Icons = {
2020
Github: () => (

0 commit comments

Comments
 (0)