Commit 84d91e0c by chenway

Update App.js

parent cd7c0f87
Pipeline #161571 passed with stages
in 1 minute 32 seconds
......@@ -10,6 +10,7 @@ function App() {
<Route path="/" element={<Kodi />} />
<Route path="/web" element={<Kodi />} />
<Route path="/chat" element={<ChatTrans />} />
<Route path="/chat/chat" element={<ChatTrans />} />
<Route path="/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