mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
chore: new rule page
This commit is contained in:
13
src/pages/rules.tsx
Normal file
13
src/pages/rules.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Box, Typography } from "@mui/material";
|
||||
|
||||
const RulesPage = () => {
|
||||
return (
|
||||
<Box sx={{ width: 0.9, maxWidth: "850px", mx: "auto", mb: 2 }}>
|
||||
<Typography variant="h4" component="h1" sx={{ py: 2 }}>
|
||||
Rules
|
||||
</Typography>
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
||||
export default RulesPage;
|
||||
Reference in New Issue
Block a user