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

Commit

Permalink
fix: pnpm check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sea10wood committed Aug 15, 2024
1 parent 1527433 commit f9dd6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/yatai/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ import type {
Object3DEventMap,
} from "three";
import { randFloat } from "three/src/math/MathUtils.js";
import Gallery from "../../components/Gallery";
import { useSocketRefStore } from "../../store";
import {
type ActionSchema,
MessageType,
type Target,
} from "../../type/shooting";
import styles from "./index.module.css";
import Gallery from "../../components/Gallery";

const YataiStage = memo(() => {
// 土台
Expand Down

0 comments on commit f9dd6a2

Please sign in to comment.