Add settings page

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-07-09 00:34:31 +03:00
parent 51f98fb71c
commit 2c5bd7cda2
18 changed files with 554 additions and 44 deletions

2
src/components/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export { default as LoadingView } from './loadingView';
export { default as PaddedView } from './paddedView';