Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
claustra01 committed Aug 11, 2024
1 parent 329351f commit b22e2ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/yatai/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Physics, useBox } from "@react-three/cannon";
import { Canvas, type ThreeElements, useThree } from "@react-three/fiber";
import { useEffect, useState } from "react";
import React from "react";
import type {
BufferGeometry,
Material,
Expand All @@ -16,8 +17,6 @@ import {
type Target,
} from "../../type/shooting";
import styles from "./index.module.css";
import React from "react";


const YataiStage = React.memo(() => {
// 土台
Expand Down Expand Up @@ -125,7 +124,6 @@ const YataiStage = React.memo(() => {
);
});


function Yatai() {
const socketRef = useSocketRefStore((state) => state.socketRef);

Expand Down

0 comments on commit b22e2ae

Please sign in to comment.