Commit 3b7e38f6 by chenway

Update App.js

parent 84d91e0c
Pipeline #161572 passed with stages
in 1 minute 5 seconds
......@@ -11,7 +11,7 @@ function App() {
<Route path="/web" element={<Kodi />} />
<Route path="/chat" element={<ChatTrans />} />
<Route path="/chat/chat" element={<ChatTrans />} />
<Route path="/test" element={<Test />} />
<Route path="/chat/test" element={<Test />} />
</Routes>
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment