mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Add support for flash messages utilizing redux
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as React from 'react';
|
||||
import * as ReactDOM from 'react-dom';
|
||||
import App from "@/components/App";
|
||||
import App from '@/components/App';
|
||||
|
||||
ReactDOM.render(<App/>, document.getElementById('app'));
|
||||
|
||||
Reference in New Issue
Block a user