Add DashboardRow component

This commit is contained in:
2024-05-11 13:16:02 -04:00
parent b1cc0f156c
commit f4908ad3b3
2 changed files with 40 additions and 0 deletions

View File

@ -3,3 +3,4 @@ pub mod dashboard;
pub mod search;
pub mod personal;
pub mod dashboard_tile;
pub mod dashboard_row;