mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-05 07:24:28 +01:00
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
4 lines
227 B
TypeScript
4 lines
227 B
TypeScript
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} |