chore: Run prettier

This commit is contained in:
2023-08-01 17:09:47 +01:00
parent 90a7d2ca7e
commit 48c48c90c4
8 changed files with 78 additions and 48 deletions

View File

@ -1,6 +1,5 @@
export function CatchAllRoutePage() {
//const { ["*"]: param } = useParams();
return <b className="error">Not found :(</b>
}
//const { ["*"]: param } = useParams();
return <b className="error">Not found :(</b>;
}