8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
export default function Loading() {
|
|
return (
|
|
<p className="text-sm text-gray-500">
|
|
Loading control center...
|
|
</p>
|
|
)
|
|
}
|