v0.10-frontend-worksish

This commit is contained in:
2022-10-31 13:41:10 +05:30
parent cae044c830
commit 06af646ad4
3 changed files with 47 additions and 42 deletions

View File

@@ -3,7 +3,7 @@ use axum::{
response::IntoResponse,
routing::{get,post},
Json, Router,
extract::{Extension, Form, Path},
extract::{Extension, Path},
};
use axum_extra::routing::SpaRouter;
use clap::Parser;