import GooseLogo from './GooseLogo'; const LoadingGoose = () => { return (
goose is working on it…
); }; export default LoadingGoose;