chore(deps): add prettier organize import

format code
This commit is contained in:
xfy
2024-07-26 11:43:33 +08:00
parent f36aa21c98
commit 920c6289fa
15 changed files with 59 additions and 47 deletions

View File

@ -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'));