Remove Windows plugin

This commit is contained in:
Gregory Schier
2024-06-04 02:56:52 -07:00
parent 8d6f23eacb
commit 5e2218fd64
4 changed files with 1 additions and 111 deletions

View File

@@ -1,6 +1,7 @@
import type { ReactNode } from 'react';
import { createPortal } from 'react-dom';
import { usePortal } from '../hooks/usePortal';
interface Props {
children: ReactNode;
name: string;