mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
feat: update screen texture
This commit is contained in:
@ -5,6 +5,7 @@ import { lazy, Suspense, useMemo } from 'react';
|
||||
import Loading from './loading';
|
||||
import { PerspectiveCamera } from '@react-three/drei/core/PerspectiveCamera';
|
||||
import { useMediaQuery } from 'react-responsive';
|
||||
import { useTexture } from '@react-three/drei';
|
||||
|
||||
const ComputerModel = lazy(
|
||||
() => import('components/models/home/computer-model'),
|
||||
|
Reference in New Issue
Block a user