* feat: search options * feat: sanitize folder names * fix: add cursor: pointer to switch * fix: explicitly make the search bar a text input * refactor: remove magic number * refactor: extract Switch component to its own file * refactor: split AppState into multiple files * refactor: review comments
7 lines
95 B
TypeScript
7 lines
95 B
TypeScript
export {
|
|
AppState,
|
|
AppStateEvent,
|
|
EventSource,
|
|
PanelResizedData,
|
|
} from './app_state';
|