Skip to content

Commit

Permalink
fixed: build error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
5nxtnxtnxt committed Dec 6, 2023
1 parent bcf72c3 commit 9996bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/components/SnowGlobeCanvas/models/MainDeco.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useRef, useEffect } from 'react';
import { render, useFrame } from '@react-three/fiber';
import { useFrame } from '@react-three/fiber';
import { useGLTF } from '@react-three/drei';
import * as THREE from 'three';
import { makeColorChangedMaterial } from '@utils/meshUtils';
Expand Down

0 comments on commit 9996bf6

Please sign in to comment.