Skip to content

Commit

Permalink
nm
Browse files Browse the repository at this point in the history
  • Loading branch information
EmperorNumerius committed Jan 24, 2025
1 parent 28b6b66 commit a875492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion ForgeSite/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { useEffect, useRef } from 'react'
import { AppBar, Toolbar, Typography, Button, Box } from '@mui/material'
import forgeLogo from './assets/forgeLogo.png'
import './App.css'
Expand Down
4 changes: 2 additions & 2 deletions ForgeSite/src/components/ModelViewer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Canvas } from '@react-three/fiber'
import { OrbitControls, useGLTF, Edges } from '@react-three/drei'
import { useEffect, useRef } from 'react'
import { OrbitControls, Edges } from '@react-three/drei'

import { STLLoader } from 'three/addons/loaders/STLLoader.js'
import { useLoader } from '@react-three/fiber'

Expand Down

0 comments on commit a875492

Please sign in to comment.