add controller

This commit is contained in:
VillanCh
2024-03-21 00:03:54 +08:00
parent 977f74dc19
commit acb8307c98
3 changed files with 31 additions and 11 deletions
+2 -1
View File
@@ -1,13 +1,14 @@
import React from 'react';
import './App.css';
import {Layout, Row} from 'antd';
import {Controller} from "./components/Controller";
function App() {
return (
<div className="App" style={{width: 300, backgroundColor: "#eee", padding: 8}}>
<Layout>
<Row>
Hello WOrld First
<Controller/>
</Row>
<Row>
PROXY