mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-05 18:26:45 -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; |