import React from "react"; const LoadingPage: React.FC = () => { return (
Loading experience…
); }; export default LoadingPage;