mirror of
https://github.com/yawaflua/SusMarket.git
synced 2025-12-09 20:19:31 +02:00
Basic structure of components & component files
This commit is contained in:
0
reactapp/src/components/blocks/CatalogMenu.jsx
Normal file
0
reactapp/src/components/blocks/CatalogMenu.jsx
Normal file
6
reactapp/src/components/blocks/Header.jsx
Normal file
6
reactapp/src/components/blocks/Header.jsx
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export default function Header() {
|
||||||
|
return(
|
||||||
|
<>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
6
reactapp/src/components/blocks/LoginMenu.jsx
Normal file
6
reactapp/src/components/blocks/LoginMenu.jsx
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export default function LoginMenu() {
|
||||||
|
return(
|
||||||
|
<>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
6
reactapp/src/components/blocks/PopupMap.jsx
Normal file
6
reactapp/src/components/blocks/PopupMap.jsx
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export default function PopupMap() {
|
||||||
|
return(
|
||||||
|
<>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
6
reactapp/src/components/blocks/ProductCard.jsx
Normal file
6
reactapp/src/components/blocks/ProductCard.jsx
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export default function ProductCard() {
|
||||||
|
return(
|
||||||
|
<>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
6
reactapp/src/components/pages/HomePage.jsx
Normal file
6
reactapp/src/components/pages/HomePage.jsx
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export default function HomePage() {
|
||||||
|
return(
|
||||||
|
<>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
6
reactapp/src/components/pages/PaymentPage.jsx
Normal file
6
reactapp/src/components/pages/PaymentPage.jsx
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export default function PaymentPage() {
|
||||||
|
return(
|
||||||
|
<>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
6
reactapp/src/components/pages/ProductPage.jsx
Normal file
6
reactapp/src/components/pages/ProductPage.jsx
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export default function ProductPage() {
|
||||||
|
return(
|
||||||
|
<>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
6
reactapp/src/components/pages/ProfilePage.jsx
Normal file
6
reactapp/src/components/pages/ProfilePage.jsx
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export default function ProfilePage() {
|
||||||
|
return(
|
||||||
|
<>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
6
reactapp/src/components/pages/ScamPage.jsx
Normal file
6
reactapp/src/components/pages/ScamPage.jsx
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export default function ScamPage() {
|
||||||
|
return(
|
||||||
|
<>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user