"use client"; const LoadingDots = () => { return ( . . . ); }; export default LoadingDots;