Remove non-existing import

This commit is contained in:
Kalle 2024-06-10 17:45:39 +03:00
parent dcf738f6d3
commit 91bb932b31

View File

@ -1,7 +1,7 @@
/* eslint-disable */
// @ts-nocheck TODO
import { Stage, Team, Group, Round, Match } from "./crud-db.server";
import { Stage, Group, Round, Match } from "./crud-db.server";
export class SqlDatabase {
insert(table, arg) {