import { FC } from "react"; interface loadingProps {} const loading: FC = ({}) => { return
loading...
; }; export default loading;