removed uneeded test table

This commit is contained in:
moist-webDev 2023-06-21 21:49:56 -04:00
parent 3baba5b4eb
commit 318a17b9be
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import nasa from './nasa';
import { MovieSchema, ShowSchema, TestTableShema, OtherSchema, CategorySchema} from './schemas';
import { MovieSchema, ShowSchema, TestTableShema, OtherSchema, CategorySchema, SettingSchema} from './schemas';
const tableSchemas = {
@ -7,7 +7,7 @@ const tableSchemas = {
shows: ShowSchema,
others: OtherSchema,
categories: CategorySchema,
test: TestTableShema,
settings: SettingSchema ,
}