fix Api import in App

This commit is contained in:
dswbx
2025-02-21 08:14:22 +01:00
parent fb725be0ed
commit 060df210f9
5 changed files with 12 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
import { Api, type ApiOptions } from "Api";
import type { CreateUserPayload } from "auth/AppAuth";
import { Api, type ApiOptions } from "bknd/client";
import { $console } from "core";
import { Event } from "core/events";
import { Connection, type LibSqlCredentials, LibsqlConnection } from "data";