Change DataBase inside svelte to DBState for performance
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { get } from "svelte/store"
|
||||
import { DataBase } from "../storage/database"
|
||||
import { DataBase } from "../storage/database.svelte"
|
||||
|
||||
export async function openRouterModels() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user