feat: finish main layout

This commit is contained in:
GyDi
2021-12-08 23:36:34 +08:00
parent efc1669b3e
commit a1e99e5303
13 changed files with 273 additions and 92 deletions

5
src/pages/proxy.tsx Normal file
View File

@@ -0,0 +1,5 @@
const ProxyPage = () => {
return <h1>Proxy</h1>;
};
export default ProxyPage;