Commit 194d59c6 authored by Chunchi Che's avatar Chunchi Che

fix matConfig

parent 7a6b2db8
Pipeline #27200 passed with stages
in 6 minutes and 15 seconds
......@@ -2,8 +2,8 @@
import { easings } from "@react-spring/web";
import { isMe } from "@/stores";
import { matConfig } from "@/ui/Shared";
import { matConfig } from "../../css";
import type { AttackFunc } from "./types";
import { asyncStart } from "./utils";
......
import { ygopro } from "@/api";
import { isMe } from "@/stores";
import { matConfig } from "@/ui/Shared";
import { matConfig } from "../../css";
import type { MoveFunc } from "./types";
import { asyncStart } from "./utils";
......
......@@ -2,8 +2,8 @@ import { easings } from "@react-spring/web";
import { ygopro } from "@/api";
import { isMe } from "@/stores";
import { matConfig } from "@/ui/Shared";
import { matConfig } from "../../css";
import type { MoveFunc } from "./types";
import { asyncStart } from "./utils";
......
import { ygopro } from "@/api";
import { cardStore, isMe } from "@/stores";
import { matConfig } from "@/ui/Shared";
import { matConfig } from "../../css";
import type { MoveFunc } from "./types";
import { asyncStart } from "./utils";
......
import { ygopro } from "@/api";
import { isMe } from "@/stores";
import { matConfig } from "@/ui/Shared";
import { matConfig } from "../../css";
import type { MoveFunc } from "./types";
import { asyncStart } from "./utils";
......
......@@ -2,7 +2,6 @@ export * from "./Background";
export * from "./CardEffectText";
export * from "./Chain";
export * from "./chatHook";
export * from "./css";
export * from "./DeckCard";
export * from "./DeckZone";
export * from "./IconFont";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment