chore: format

This commit is contained in:
DefectingCat
2023-05-16 14:24:27 +08:00
parent a349be156d
commit bf3a916ae5

View File

@ -1,12 +1,6 @@
import clsx from 'clsx';
import { gltfLoader, manager } from 'lib/gltf-loader';
import { getMousePosition } from 'lib/utils';
import dynamic from 'next/dynamic';
import Head from 'next/head';
import Image from 'next/image';
import { Suspense, useCallback } from 'react';
import styles from 'styles/index/index.module.css';
import { GLTF } from 'three/examples/jsm/loaders/GLTFLoader';
import HomeModel from './home-modle';
export const metadata = {