From e60178b4502726c845af67bb761ddd19642a6215 Mon Sep 17 00:00:00 2001 From: RichardRNStudio Date: Sun, 11 Aug 2024 21:28:36 +0200 Subject: [PATCH] fix(#projects): fix PC Controller Google PLay link --- src/app/projects/pccontroller/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/projects/pccontroller/page.tsx b/src/app/projects/pccontroller/page.tsx index df2cf66..49f4de1 100644 --- a/src/app/projects/pccontroller/page.tsx +++ b/src/app/projects/pccontroller/page.tsx @@ -3,7 +3,6 @@ import { PC_CONTROLLER_PROJECT, } from '@/app/_shared/config'; import { Metadata } from 'next'; -import Image from 'next/image'; import Template from '../_components/Template/Template'; import GooglePlayIcon from '@/app/_components/Icons/GooglePlayIcon';