style : global improvements

This commit is contained in:
GuillaumeSD
2024-02-14 04:54:42 +01:00
parent 8e3d9220ce
commit b09a02eab2
5 changed files with 32 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
import { useState } from "react";
import InputGame from "./inputGame";
import SelectGameAccount from "./selectGameAccount";
import { GameOrigin } from "@/types";
import { GameOrigin } from "@/types/enums";
export default function SelectGameOrigin() {
const [gameOrigin, setGameOrigin] = useState(GameOrigin.Pgn);