/
IvanWake
/
cookieStore
Обзор
Документация
Войти
/
IvanWake
/
cookieStore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
src/pages/mobile/MobileProfile.js
12 строк
239 B
Ivan Wake
add Mobile Pages Cart, Orders, Addresses and Profile (only pages, no content)
02 апр 2024, 20:01
02 апр 2024, 20:01
597cb2c
Код
Авторство
О чём код?
import MobileFooter from '../../components/Mobile/MobileFooter'; const MobileProfile = () => { return ( <div> <h1>MobileProfile</h1> <MobileFooter /> </div> ); } export default MobileProfile;