// SkeletonLoader.js import './HeroSection.css'; const SkeletonLoader = () => { return (
); }; export default SkeletonLoader;