Commit 4b350a60 authored by joseph izang's avatar joseph izang

clean up

parent 69475f87
......@@ -21,15 +21,9 @@ export interface pluginActivated {
}
function RootView ({ pluginComponent, children }: RootViewProps) {
/**
* Component Local State declaration
*/
const [visible, setVisible] = useState<boolean>(true)
const [filterPlugins, setFilterPlugin] = useState<string>('')
/**
* Modal Visibility States
*/
const openModal = () => {
setVisible(false)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment