mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
web: fix imports
This commit is contained in:
@@ -28,7 +28,7 @@ import {
|
||||
WaSqliteWorkerSingleTabDriver
|
||||
} from "./wa-sqlite-kysely-driver";
|
||||
|
||||
declare module "kysely" {
|
||||
declare module "@streetwriters/kysely" {
|
||||
interface Driver {
|
||||
delete(): Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user