Skip to content

Commit

Permalink
try removing modelviwer
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightTheBackpack committed Nov 29, 2024
1 parent 5cee252 commit 40c67bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/* eslint-disable @typescript-eslint/no-unused-vars */
import { keyframes } from '@emotion/react'
import '@google/model-viewer';
// import '@google/model-viewer';
// import Script from 'next/script';


Expand All @@ -19,7 +19,7 @@ import {
import dynamic from 'next/dynamic';

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

const fall = ( rotationDirection: number) => keyframes`
from {
Expand Down Expand Up @@ -115,7 +115,7 @@ export default function Home() {
// height: '65vh'
}}
>
<ModelViewer/>
{/* <ModelViewer/> */}
{/*
<Image
src="https://cloud-1mi3pnd3v-hack-club-bot.vercel.app/0image.png"
Expand Down

0 comments on commit 40c67bd

Please sign in to comment.