/
Jafar
/
react-hook-form
Обзор
Документация
Войти
/
Jafar
/
react-hook-form
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/App.tsx
16 строк
286 B
jafar
add react-hook-form
27 янв 2024, 21:56
27 янв 2024, 21:56
3a174c3
Код
Авторство
О чём код?
import React from 'react'; import './App.css'; import {AuthForm} from "./AuthForm/AuthForm"; function App() { return ( <div style={{display: "flex", justifyContent: "center", alignItems: "center", height: "100vh"}}> <AuthForm /> </div> ); } export default App;