Add scaffold for home page

This commit is contained in:
Elias Projahn 2023-09-20 13:49:02 +02:00
parent 8c56e90994
commit 3ef0fe960b
11 changed files with 266 additions and 1 deletions

View file

@ -1,5 +1,7 @@
mod application;
mod config;
mod home_page;
mod tile;
mod welcome_page;
mod window;