Add Footer to all pages
This commit is contained in:
@@ -5,6 +5,7 @@ import {Box, Container, Typography, Paper} from '@mui/material'
|
||||
|
||||
import PaymentMethod from '../../components/soutyen/payment-method'
|
||||
import Presantasyon from '../../components/soutyen/presantasyon'
|
||||
import Footer from '../../components/footer'
|
||||
|
||||
export default function Sipote() {
|
||||
const [paymentMethod, setPaymentMethod] = useState(0)
|
||||
@@ -27,6 +28,7 @@ export default function Sipote() {
|
||||
<Presantasyon />
|
||||
</Container>
|
||||
</Box>
|
||||
<Footer />
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user