From 172b6d3211d040e8d577afda80debce583c3bf7c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 15 Mar 2025 23:07:40 +0900 Subject: feat(frontend): show loaing screen --- frontend/app/components/GolfWatchApps/GolfWatchAppLoading.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 frontend/app/components/GolfWatchApps/GolfWatchAppLoading.tsx (limited to 'frontend/app/components/GolfWatchApps/GolfWatchAppLoading.tsx') diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppLoading.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppLoading.tsx new file mode 100644 index 0000000..7169d24 --- /dev/null +++ b/frontend/app/components/GolfWatchApps/GolfWatchAppLoading.tsx @@ -0,0 +1,9 @@ +export default function GolfWatchAppLoading() { + return ( +
+
+
読込中
+
+
+ ); +} -- cgit v1.2.3-70-g09d2