Skip to content

Commit

Permalink
add eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightTheBackpack committed Nov 29, 2024
1 parent 4124477 commit 12628c0
Show file tree
Hide file tree
Showing 4 changed files with 1,134 additions and 21 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
import dynamic from 'next/dynamic';

// const ModelViewer = dynamic(() => import('./ModelViewer'), { ssr: false });
import ModelViewer from './ModelViewer.js';
const ModelViewer = dynamic(() => import('./ModelViewer'), { ssr: false });

const fall = ( rotationDirection: number) => keyframes`
from {
Expand Down
Loading

0 comments on commit 12628c0

Please sign in to comment.