Files
soorya-carpet/resources/js/components/pages/Home/Testimonial.tsx
Chief-spartan-117 2162084b95
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
INit
2025-09-28 19:55:43 +05:45

9 lines
143 B
TypeScript

export default function Testimonial() {
return (
<>
<h4>Testimonials</h4>
<div></div>
</>
);
}