mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-26 05:01:53 +08:00
add controller
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user