Skip to content

Commit

Permalink
rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Nov 1, 2024
1 parent 4cf3d69 commit eef7107
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/worker/idbutil/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { DbMeta, TableMeta } from "@worker/model";
import { IDB_MODE, QUERY_OPTION, promise, forObj, IColumn, IDataBase, InitDbResult } from "@/common";
import { LogHelper, userDbSchema } from "@worker/utils";
import { MetaHelper } from "../meta_helper";

import { IDB_MODE, QUERY_OPTION, promise, forObj, IColumn, InitDbResult } from "@/common";
import { LogHelper } from "@worker/utils";

export class IDBUtil {

Expand Down

0 comments on commit eef7107

Please sign in to comment.