From 39f38b60a460a7dc47ef1bf7e4325c496db8013e Mon Sep 17 00:00:00 2001 From: mateusriff Date: Mon, 16 Dec 2024 01:33:42 -0300 Subject: [PATCH] build: fix build error --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b3b1fb3..16fb6ec 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -8,7 +8,7 @@ import { AboutUs, Sponsors, Banner, - Recruitment, + // Recruitment, } from '@/components' import * as S from '../styles/home.styles'