Removed useless imports

This commit is contained in:
Alexis
2021-10-27 14:10:24 +02:00
parent 5d54730f6d
commit a1c6b31f9f

View File

@@ -2,15 +2,6 @@ import { MysqlConnectionOptions } from "typeorm/driver/mysql/MysqlConnectionOpti
import * as fs from 'fs' import * as fs from 'fs'
import { Spell } from "../models/spells/Spell"
import { School } from "../models/spells/School"
import { Variable } from "../models/spells/Variable"
import { Ingredient } from "../models/spells/Ingredient"
import { MetaSchool } from "../models/spells/MetaSchool"
import { User } from "../models/users/User"
import { Permission } from "../models/users/Permission"
import { Role } from "../models/users/Role"
const tablePrefix = 'au_' const tablePrefix = 'au_'
/** /**