mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
chore(deps): add prettier organize import
format code
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
|
||||
import { Canvas } from '@react-three/fiber';
|
||||
import clsx from 'clsx';
|
||||
import Loading from 'components/rua/loading/rua-loading';
|
||||
import { Suspense, lazy } from 'react';
|
||||
import useStore from 'store';
|
||||
import Loading from 'components/rua/loading/rua-loading';
|
||||
|
||||
const CloudModel = lazy(() => import('components/models/cloud-model'));
|
||||
|
||||
|
Reference in New Issue
Block a user