Skip to content

Commit

Permalink
Remove unneeded modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Wollaston committed Oct 18, 2024
1 parent 3f8e903 commit 72deed5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/app/routes/projects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use leptos::*;
use serde::{Deserialize, Serialize};

pub mod aratype;
pub mod projects_base;

#[component]
pub fn Project() -> impl IntoView {
Expand Down
2 changes: 1 addition & 1 deletion src/app/routes/projects/aratype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use aratype::buckwalter::convert_en_ar;
use leptos::*;
use leptos_meta::Title;

use super::projects_base::Project;
use crate::app::routes::projects::Project;

#[component]
pub fn Aratype() -> impl IntoView {
Expand Down

0 comments on commit 72deed5

Please sign in to comment.