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: {