From ec807fc1bd72b9a1d17597811e99e15df7a87c6c Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Fri, 7 Apr 2023 17:58:29 -0700 Subject: [PATCH] hotfix: fix crash --- packages/client/src/store.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index 2aa204d18d..44c442a4a5 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -1,7 +1,6 @@ import { markRaw, ref } from "vue"; import { Storage } from "./pizzax"; import { Theme } from "./scripts/theme"; -import { deviceKind } from "@/scripts/device-kind"; export const postFormActions = []; export const userActions = []; @@ -19,8 +18,6 @@ const menuOptions = [ "search", ]; -if (deviceKind === "desktop") menuOptions.push("ui"); - // TODO: それぞれいちいちwhereとかdefaultというキーを付けなきゃいけないの冗長なのでなんとかする(ただ型定義が面倒になりそう) // あと、現行の定義の仕方なら「whereが何であるかに関わらずキー名の重複不可」という制約を付けられるメリットもあるからそのメリットを引き継ぐ方法も考えないといけない export const defaultStore = markRaw(