mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
6
apps/gpgui-helper/src/pages/main.tsx
Normal file
6
apps/gpgui-helper/src/pages/main.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createRoot } from "react-dom/client"
|
||||
import App from "../components/App/App";
|
||||
|
||||
const rootApp = createRoot(document.getElementById('root') as HTMLElement);
|
||||
|
||||
rootApp.render(<App />);
|
Reference in New Issue
Block a user