微信配置
This commit is contained in:
@@ -3,6 +3,7 @@ import { Routes, Route } from 'react-router-dom';
|
||||
import Home from './pages/home';
|
||||
import Terms from './pages/terms';
|
||||
import Privacy from './pages/privacy';
|
||||
import WechatDemo from './pages/wechat-demo';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
@@ -11,6 +12,7 @@ function App() {
|
||||
<Route path="/" element={<Home />} />
|
||||
<Route path="/terms" element={<Terms />} />
|
||||
<Route path="/privacy" element={<Privacy />} />
|
||||
<Route path="/wechat-demo" element={<WechatDemo />} />
|
||||
</Routes>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user