web: fix imports

This commit is contained in:
Abdullah Atta
2024-09-23 15:18:22 +05:00
parent bcc739aa57
commit 89aba00aac
59 changed files with 84 additions and 116 deletions

View File

@@ -28,7 +28,7 @@ import {
WaSqliteWorkerSingleTabDriver
} from "./wa-sqlite-kysely-driver";
declare module "kysely" {
declare module "@streetwriters/kysely" {
interface Driver {
delete(): Promise<void>;
}