diff --git a/.gitignore b/.gitignore index a73a0af..14f1bdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /target /.idea +/.vscode /assets/dist /node_modules diff --git a/src/frontend/app.rs b/src/frontend/app.rs index 69a53c0..258e197 100644 --- a/src/frontend/app.rs +++ b/src/frontend/app.rs @@ -83,9 +83,9 @@ pub fn App() -> impl IntoView { - // TODO: use protected route, otherwise user can view - // /article/create without login - //https://github.com/leptos-rs/leptos/blob/leptos_0.7/examples/router/src/lib.rs#L51 + // TODO: use protected route, otherwise user can view + // /article/create without login + // https://github.com/leptos-rs/leptos/blob/leptos_0.7/examples/router/src/lib.rs#L51