import React from "react"; import { useDispatch } from 'react-redux'; import { Provider } from 'react-redux'; import manifest from '../manifest'; import usePlugin from '../utils/usePlugin'; const RootComponent: React.FC = () => { const dispatch = useDispatch(); const plugin = usePlugin(); return (
Template Plugin Root Component