loading.component.jsx 93 B

12345
  1. import React from "react";
  2. const Loading = () => <p>Loading...</p>
  3. export default Loading;