mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-14 13:25:48 +02:00
refactor
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
|
||||
import { markRaw } from 'vue';
|
||||
import type { Column } from '@/deck.js';
|
||||
import { Storage } from '@/pizzax.js';
|
||||
import { Pizzax } from '@/lib/pizzax.js';
|
||||
|
||||
// TODO: 消す(移行済みのため)
|
||||
export const deckStore = markRaw(new Storage('deck', {
|
||||
export const deckStore = markRaw(new Pizzax('deck', {
|
||||
profile: {
|
||||
where: 'deviceAccount',
|
||||
default: 'default',
|
||||
|
||||
Reference in New Issue
Block a user