Loading.tsx 79 B

12345
  1. const Widget = () => {
  2. return <div>loading</div>;
  3. };
  4. export default Widget;