import React from "react"; import Loader from "../loader"; const Wait = () => { return ; }; export default Wait;