Skip to content

Commit

Permalink
remove submissions model
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Mar 12, 2024
1 parent 9ce1297 commit 7679ff4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 230 deletions.
2 changes: 0 additions & 2 deletions frontend/src/models/orm.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import VuexORM from "@vuex-orm/core";
import User from "@/models/user.model";
import Submission from "@/models/submission.model";
import SearchHistory from "./search-history.model";
import SearchResults from "./search-results.model";
import Search from "./search.model";
Expand All @@ -11,7 +10,6 @@ import Search from "./search.model";
*/
const db = new VuexORM.Database();
db.register(User);
db.register(Submission);
db.register(SearchResults);
db.register(SearchHistory);
db.register(Search);
Expand Down
228 changes: 0 additions & 228 deletions frontend/src/models/submission.model.ts

This file was deleted.

0 comments on commit 7679ff4

Please sign in to comment.