Bump version

This commit is contained in:
Jon Staab
2025-10-13 15:17:46 -07:00
parent 44555215cf
commit 7334cd26f8
9 changed files with 577 additions and 88 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script lang="ts">
import {page} from "$app/stores"
import type {MakeNonOptional} from '@welshman/lib'
import type {MakeNonOptional} from "@welshman/lib"
import Chat from "@app/components/Chat.svelte"
import {notifications, setChecked} from "@app/util/notifications"