diff --git a/src/components/Projects.tsx b/src/components/Projects.tsx index 09b991e..f508cc3 100644 --- a/src/components/Projects.tsx +++ b/src/components/Projects.tsx @@ -1,6 +1,7 @@ "use client"; import { SquareArrowOutUpRight } from 'lucide-react'; import React from 'react'; +import { Button } from './ui/button'; const projects = [ { @@ -66,12 +67,12 @@ export default function Projects() { ))} {visibleCount < projects.length && ( - + )} );