🔧 change default timelines (packages/frontend/src/store.ts)

This commit is contained in:
ひでまる 2025-01-29 10:46:14 +09:00
parent 312232e990
commit ddce96972c

View file

@ -241,7 +241,7 @@ export const defaultStore = markRaw(
tl: { tl: {
where: "deviceAccount", where: "deviceAccount",
default: { default: {
src: "home" as src: "social" as
| "home" | "home"
| "local" | "local"
| "social" | "social"