mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 15:08:44 -05:00
Remove non-existing import
This commit is contained in:
parent
dcf738f6d3
commit
91bb932b31
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user