mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-07 12:48:42 +08:00
fix typescript
This commit is contained in:
@@ -143,7 +143,7 @@ function Screen() {
|
||||
if (isArtifact) {
|
||||
return (
|
||||
<Routes>
|
||||
<Route exact path="/artifact/:id" element={<Artifact />} />
|
||||
<Route path="/artifact/:id" element={<Artifact />} />
|
||||
</Routes>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user