chore: remove unnecessary "use client" directive from K-Suite page
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m3s

This commit is contained in:
2025-12-31 00:34:41 +01:00
parent a0463d1db9
commit 8714949289

View File

@@ -1,5 +1,3 @@
"use client";
import Image from "next/image";
import { ExternalLink, Github } from "lucide-react";