housekeeping
This commit is contained in:
@@ -10,7 +10,12 @@ import {
|
||||
import Card from "./Card";
|
||||
import Hand from "./Hand";
|
||||
import Pile from "./Pile";
|
||||
import { GameState, newDeck, shuffle, Hand as THand } from "../types/cards";
|
||||
import {
|
||||
GameState,
|
||||
newDeck,
|
||||
shuffle,
|
||||
Hand as THand,
|
||||
} from "../../../shared/types/cards";
|
||||
import { createStore, produce, SetStoreFunction, Store } from "solid-js/store";
|
||||
import api from "../api";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user