feat: app working mongodb queue
This commit is contained in:
parent
01b7fde48e
commit
46c08d8540
12 changed files with 231 additions and 141 deletions
|
@ -1,5 +1,7 @@
|
|||
import { atom } from 'jotai';
|
||||
import { NowPlayingData } from '../mocks';
|
||||
import { QueueItem } from '../models';
|
||||
|
||||
export const themeAtom = atom<'light' | 'dark' | 'red'>('light');
|
||||
export const currentTrackAtom = atom<NowPlayingData>()
|
||||
export const codaRecordsAtom = atom<QueueItem[]>([]);
|
Loading…
Add table
Add a link
Reference in a new issue