style: use Dialog component for /explore

This commit is contained in:
iMADi-ARCH 2023-05-22 23:24:18 +05:30
parent 83287be4f1
commit 1c6e668a2c

View File

@ -1,9 +0,0 @@
import { FC } from "react";
interface loadingProps {}
const loading: FC<loadingProps> = ({}) => {
return <div>loading...</div>;
};
export default loading;