clash-verge/src/pages/proxy.tsx

6 lines
81 B
TypeScript
Raw Normal View History

2021-12-08 18:36:34 +03:00
const ProxyPage = () => {
return <h1>Proxy</h1>;
};
export default ProxyPage;