Add API layer, Zustand store, markdown renderer, types
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export type Theme = 'light' | 'dark';
|
||||
export type FontSize = 'small' | 'medium' | 'large';
|
||||
export type DreamMode = 'nrem' | 'early-rem' | 'late-rem' | 'lucid';
|
||||
|
||||
export interface Project {
|
||||
name: string;
|
||||
path: string;
|
||||
}
|
||||
Reference in New Issue
Block a user