diff --git a/components/loading/loading.tsx b/components/loading/loading.tsx new file mode 100644 index 0000000..ddaead1 --- /dev/null +++ b/components/loading/loading.tsx @@ -0,0 +1,16 @@ +'use client'; + +import Image from 'next/image'; + +export default function Loading() { + return ( +
+
+ 밍글링이 중간 위치를
열심히 찾아보고 있어요!
+
+
+ logo +
+
+ ); +} \ No newline at end of file diff --git a/public/images/loding.jpg b/public/images/loding.jpg new file mode 100644 index 0000000..6735bae Binary files /dev/null and b/public/images/loding.jpg differ