import { createElement, createRoot } from '@wordpress/element'
import Notification from './Notification'
import $ from 'jquery'
export const mount = (el) => {
if (el.querySelector('.notice-blocksy-plugin-root')) {
const root = createRoot(el.querySelector('.notice-blocksy-plugin-root'))
root.render(