новый лендинг
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import App from './App.jsx';
|
||||
import '../../css/moonwell.css';
|
||||
|
||||
const mount = document.getElementById('root');
|
||||
if (mount) {
|
||||
createRoot(mount).render(<App />);
|
||||
}
|
||||
Reference in New Issue
Block a user