unrealized code
This commit is contained in:
parent
700be4b08f
commit
46085528b9
1 changed files with 0 additions and 2 deletions
|
|
@ -105,8 +105,6 @@ export const defaultState = () => {
|
||||||
return Object.fromEntries([...TIMELINES].map((name) => [name, emptyTl(name)]))
|
return Object.fromEntries([...TIMELINES].map((name) => [name, emptyTl(name)]))
|
||||||
}
|
}
|
||||||
|
|
||||||
//const CUSTOM_SORT = new Set(['bookmarks', 'favorites'])
|
|
||||||
|
|
||||||
export const useTimelinesStore = defineStore('timelines', {
|
export const useTimelinesStore = defineStore('timelines', {
|
||||||
state: defaultState,
|
state: defaultState,
|
||||||
actions: {
|
actions: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue