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 ( +