все скрипты для фронта страницы с формой аутентификации
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import MagicLogin from './components/MagicLogin.tsx';
|
||||
import React from 'react';
|
||||
|
||||
const container = document.getElementById('root')!;
|
||||
const root = createRoot(container);
|
||||
root.render(<MagicLogin />);
|
||||
Reference in New Issue
Block a user