mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 18:15:35 -05:00
Remove non-existing import
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user