добавляю скрипты по части фронта
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import MenuApp from './components/MenuApp.jsx'; // Создайте этот файл, если используете React
|
||||
|
||||
const container = document.getElementById('root');
|
||||
const root = createRoot(container);
|
||||
root.render(<MenuApp />);
|
||||
Reference in New Issue
Block a user