Move DBState to stores
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { ArrowLeft, ArrowRight } from "lucide-svelte";
|
||||
import { DynamicGUI, MobileGUI, sideBarClosing, sideBarStore } from "src/ts/stores";
|
||||
import { DynamicGUI, MobileGUI, sideBarClosing, sideBarStore } from "src/ts/stores.svelte";
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { onMount } from 'svelte';
|
||||
import { DBState } from "../../../ts/storage/database.svelte";
|
||||
|
||||
import { DBState } from 'src/ts/stores.svelte';
|
||||
import { longpress } from 'src/ts/gui/longtouch';
|
||||
|
||||
let textarea:HTMLElement = $state();
|
||||
|
||||
Reference in New Issue
Block a user