From 282f8a99341bb6584dc8e7cf5dd939a576cc9ca1 Mon Sep 17 00:00:00 2001 From: tamfrr Date: Mon, 25 Nov 2024 14:21:43 -0800 Subject: [PATCH] Atualizar src/app/page.jsx --- src/app/page.jsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.jsx b/src/app/page.jsx index b270e97..8b6da3f 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -50,8 +50,7 @@ const HomePage = () => { transmission: 'Automatic', mileage: '100' } - }, - // mais carros aqui + } ]; return ( @@ -93,5 +92,4 @@ const HomePage = () => { ); }; -export default HomePage; -EOF \ No newline at end of file +export default HomePage; \ No newline at end of file