Update imports
This commit is contained in:
parent
728522986a
commit
769078f70b
1 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
import csv from "csv-parser";
|
|
||||||
import { Team } from "./Team";
|
import { Team } from "./Team";
|
||||||
import { Deck } from "./Deck";
|
import { Deck } from "./Deck";
|
||||||
|
import { games } from "../main";
|
||||||
import { Player } from "./Player";
|
import { Player } from "./Player";
|
||||||
import { games, log } from "../main";
|
import { readFileSync } from "fs";
|
||||||
import { createReadStream } from "fs";
|
|
||||||
|
|
||||||
export class Game {
|
export class Game {
|
||||||
readonly id: string;
|
readonly id: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue