A little formatting for the import

If we decide to import more things in future, it'll be neater to
change it. (Full disclosure: I did in fact attempt to import an
arrowsStore; when that was abandoned I decided to retain the
formatting anyway so I didn't have to do it next time. The time
thus saved has been utilised in the composition of this commit
message.)
This commit is contained in:
Badri Sunderarajan 2024-03-23 17:37:16 +05:30
parent c8f5240332
commit f24483df3a
Signed by: badrihippo
GPG key ID: 9F594532AD60DE03

View file

@ -11,7 +11,10 @@
import Chat from './routes/Chat.svelte'
import Redirect from './routes/Redirect.svelte'
import { titleStore, softkeysStore } from './stores.ts'
import {
titleStore,
softkeysStore,
} from './stores.ts'
let title
titleStore.subscribe(value => title = value)