mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
Switch to Hilla for UI
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import {createRoot} from 'react-dom/client';
|
||||
import {createElement} from "react";
|
||||
import App from "Frontend/App";
|
||||
|
||||
createRoot(document.getElementById('outlet')!).render(createElement(App));
|
||||
Reference in New Issue
Block a user