From 46085528b92ceec14da00839ecd65e2d4814ff34 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 28 Aug 2026 21:44:31 +0300 Subject: [PATCH] unrealized code --- src/stores/timelines.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stores/timelines.js b/src/stores/timelines.js index ed4ecfaec..6d8442c37 100644 --- a/src/stores/timelines.js +++ b/src/stores/timelines.js @@ -105,8 +105,6 @@ export const defaultState = () => { return Object.fromEntries([...TIMELINES].map((name) => [name, emptyTl(name)])) } -//const CUSTOM_SORT = new Set(['bookmarks', 'favorites']) - export const useTimelinesStore = defineStore('timelines', { state: defaultState, actions: {