5 lines
53 B
TypeScript
5 lines
53 B
TypeScript
|
|
export default function Loading() {
|
||
|
|
return null
|
||
|
|
}
|
||
|
|
|