File size: 101 Bytes
f5d25f5
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export function Fallback() {
  return (
    <div className='p-12'>
      Loading...
    </div>
  )
}