/
pylifor
/
TestTask
Обзор
Документация
Войти
/
pylifor
/
TestTask
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
ShopTestTask/src/App.tsx
12 строк
250 B
Georgii
update
28 фев 2024, 20:42
28 фев 2024, 20:42
6bd024c
Код
Авторство
О чём код?
import './index.css'; import { Header } from './components/Header'; import { BodyListProductsAll } from './components/BodyListProductsAll'; export default function App() { return ( <> <Header/> <BodyListProductsAll/> </> ); }