mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-24 20:03:41 +03:00
style: use Dialog component for /explore
This commit is contained in:
parent
83287be4f1
commit
1c6e668a2c
@ -1,9 +0,0 @@
|
||||
import { FC } from "react";
|
||||
|
||||
interface loadingProps {}
|
||||
|
||||
const loading: FC<loadingProps> = ({}) => {
|
||||
return <div>loading...</div>;
|
||||
};
|
||||
|
||||
export default loading;
|
Loading…
Reference in New Issue
Block a user