fix typescript

This commit is contained in:
lloydzhou
2024-07-24 20:51:33 +08:00
parent e31bec3aff
commit ab9f5382b2
3 changed files with 27 additions and 14 deletions

View File

@@ -143,7 +143,7 @@ function Screen() {
if (isArtifact) {
return (
<Routes>
<Route exact path="/artifact/:id" element={<Artifact />} />
<Route path="/artifact/:id" element={<Artifact />} />
</Routes>
);
}