mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
bunch of fixes
This commit is contained in:
6
src/components/Loading/loading.tsx
Normal file
6
src/components/Loading/loading.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
const Loading = async () => {
|
||||
return (
|
||||
<div className="text-center mt-14">Loading...</div>);
|
||||
}
|
||||
|
||||
export default Loading;
|
||||
Reference in New Issue
Block a user