app first commit
This commit is contained in:
parent
0e16d3e6be
commit
4441012687
45 changed files with 12987 additions and 0 deletions
5
app/src/atoms/index.tsx
Normal file
5
app/src/atoms/index.tsx
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { atom } from 'jotai';
|
||||
import { NowPlayingData } from '../mocks';
|
||||
|
||||
export const themeAtom = atom<'light' | 'dark' | 'red'>('light');
|
||||
export const currentTrackAtom = atom<NowPlayingData>()
|
Loading…
Add table
Add a link
Reference in a new issue