diff --git a/web/src/context/db/db.ts b/web/src/context/db/index.ts similarity index 100% rename from web/src/context/db/db.ts rename to web/src/context/db/index.ts diff --git a/web/src/context/db/provider.tsx b/web/src/context/db/provider.tsx index a0d9aa4..ff6ee26 100644 --- a/web/src/context/db/provider.tsx +++ b/web/src/context/db/provider.tsx @@ -1,5 +1,5 @@ import { useCallback, useState, type FC, type ReactNode } from "react"; -import { DbContext } from "./db"; +import { DbContext } from "."; import type { IDBPDatabase } from "idb"; interface IDBProvider {