feat: remove explore page
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
4173e3bd2a
commit
45f810b5b8
@@ -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>
|
||||
);
|
||||
};
|
Reference in New Issue
Block a user