mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 19:36:02 +00:00
web-svelte => web
This commit is contained in:
7
packages/web/src/stores.ts
Normal file
7
packages/web/src/stores.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { writable } from 'svelte/store';
|
||||
|
||||
export const selectedWidget = writable('database');
|
||||
export const openedConnections = writable([]);
|
||||
export const currentDatabase = writable(null);
|
||||
|
||||
// export const leftPanelWidth = writable(300);
|
||||
Reference in New Issue
Block a user