blob: 4d732ab7c78c7a441cb9b4cbdf28c9b2ac7bdcfb [file]
import React from 'react';
export default function Loading() {
return <div>Loading...</div>;
}