Break up 'types' module
This commit is contained in:
parent
c6f9ea667d
commit
db8c02df04
36 changed files with 382 additions and 329 deletions
|
|
@ -5,7 +5,7 @@ use axum::{
|
|||
Form,
|
||||
};
|
||||
|
||||
use crate::{syntax::serial::populate_graph, router::handlers, types::Node};
|
||||
use crate::{syntax::serial::populate_graph, router::handlers, graph::Node};
|
||||
|
||||
#[expect(clippy::unused_async)]
|
||||
pub async fn page(template: &str) -> Response<Body> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue