/
eb
/
project_web3.0
Обзор
Документация
Войти
/
eb
/
project_web3.0
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
client/src/App.jsx
15 строк
308 B
Adrian Hajdin - JavaScript Mastery
initial commit
22 дек 2021, 22:07
22 дек 2021, 22:07
772b11f
Код
Авторство
О чём код?
import { Navbar, Welcome, Footer, Services, Transactions } from "./components"; const App = () => ( <div className="min-h-screen"> <div className="gradient-bg-welcome"> <Navbar /> <Welcome /> </div> <Services /> <Transactions /> <Footer /> </div> ); export default App;