mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
|
|
const Loading = async () => {
|
||
|
|
return (
|
||
|
|
<div className="text-center mt-14">Loading...</div>);
|
||
|
|
}
|
||
|
|
|
||
|
|
export default Loading;
|