mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-29 11:33:46 +02:00
Get initial implementation for react working
This commit is contained in:
5
resources/scripts/index.tsx
Normal file
5
resources/scripts/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as React from 'react';
|
||||
import * as ReactDOM from 'react-dom';
|
||||
import App from "@/components/App";
|
||||
|
||||
ReactDOM.render(<App/>, document.getElementById('app'));
|
||||
Reference in New Issue
Block a user