/
IvanWake
/
cookieStore
Обзор
Документация
Войти
/
IvanWake
/
cookieStore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
src/components/Layout/Main.js
11 строк
195 B
Sergey Andrianov
Addede Cart store-state, implement logic for displaying and hiding Cart, divised main wrapper
19 дек 2023, 20:08
19 дек 2023, 20:08
55d7f70
Код
Авторство
О чём код?
import { main } from '../../store/styles'; const Main = (props) => { return ( <main className={main.main}> {props.children} </main> ); } export default Main;