mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-26 21:21:53 +08:00
startup ! yakit chrome plugin
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import React, {useState} from "react";
|
||||
|
||||
export const Controller = (props) => {
|
||||
const [connected, setConnected] = useState(false);
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user