We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec279a commit e47f7deCopy full SHA for e47f7de
src/main.rs
@@ -1,5 +1,7 @@
1
mod app;
2
mod components;
3
+mod extras;
4
+mod models;
5
mod pages;
6
7
use app::*;
0 commit comments