1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 20:14:55 +02:00
This commit is contained in:
kakkokari-gtyih
2024-06-29 18:24:08 +09:00
parent 7ef81ce6d3
commit faead03310

View File

@@ -45,7 +45,6 @@ export type Keys =
// セッション毎に廃棄されるLocalStorage代替embedなどで使用
const safeSessionStorage = new Map<Keys, string>();
const embedPage = isEmbedPage();
export const miLocalStorage = {