Spaces:
Runtime error
Runtime error
File size: 57 Bytes
13095e0 |
1 2 3 4 |
export interface Settings {
theme: 'light' | 'dark';
}
|