clash-verge/src/pages/setting.tsx

6 lines
87 B
TypeScript
Raw Normal View History

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