feat: remove explore page

This commit is contained in:
Ali BARIN
2022-04-02 11:35:38 +02:00
committed by Ömer Faruk Aydın
parent 4173e3bd2a
commit 45f810b5b8
4 changed files with 0 additions and 23 deletions

View File

@@ -1,13 +0,0 @@
import * as React from 'react';
import Box from '@mui/material/Box';
import Container from 'components/Container';
export default function Explore(): React.ReactElement {
return (
<Box sx={{ py: 3 }}>
<Container>
Explore
</Container>
</Box>
);
};