Add loading component using GlobalLoader

Implemented a new loading component in the 'join' directory. The new file, loading.tsx, exports the GlobalLoader from '@kit/ui/global-loader'. This should help improve the user experience during loading times across the web app.
This commit is contained in:
giancarlo
2024-03-29 18:22:01 +08:00
parent 65e970424f
commit e9c7a93290

View File

@@ -0,0 +1,3 @@
import { GlobalLoader } from '@kit/ui/global-loader';
export default GlobalLoader;