feat: refactor db context

This commit is contained in:
2025-05-24 20:58:36 +02:00
parent 65545a0d71
commit ae07d2d3d9
2 changed files with 1 additions and 1 deletions

View File

@ -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 {