feat: refactor project structure

Refactored the project structure so that each page has its own tree of components and a global "Components" folder for the components that is used by more than one page.
- Added an "assets" directory that exports all static images/icons/fonts/...etc
This commit is contained in:
MTG2000
2021-12-30 15:12:40 +02:00
parent 5ae1da6369
commit 43bfab177e
51 changed files with 71 additions and 60 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

4
src/assets/index.ts Normal file
View File

@@ -0,0 +1,4 @@
import Assets_Images_ExploreHeader1 from './images/explore_page_header_1.jfif'
import Assets_Images_ExploreHeader2 from './images/explore_page_header_2.jfif'
export {Assets_Images_ExploreHeader1,Assets_Images_ExploreHeader2}