feat: initial commit
This commit is contained in:
commit
98355eceb5
18 changed files with 5416 additions and 0 deletions
4
app/routes/proxy/origins.tsx
Normal file
4
app/routes/proxy/origins.tsx
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
export default function Origins() {
|
||||
return "hello origins";
|
||||
}
|
||||
7
app/routes/proxy/overview.tsx
Normal file
7
app/routes/proxy/overview.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import {Typography} from "antd";
|
||||
|
||||
const {Paragraph} = Typography;
|
||||
|
||||
export default function Overview() {
|
||||
return <Paragraph>hi</Paragraph>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue