mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 23:47:13 +00:00
8 lines
211 B
TypeScript
8 lines
211 B
TypeScript
|
|
export default function Loading() {
|
|
return (
|
|
<div className="flex items-center justify-center h-screen">
|
|
<span className="loading loading-ring loading-xl"></span>
|
|
</div>
|
|
);
|
|
} |