Selaa lähdekoodia

fix: remove page.tsx props

Before 1 vuosi sitten
vanhempi
commit
09455685d6
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      src/app/[locale]/page.tsx

+ 1 - 2
src/app/[locale]/page.tsx

@@ -8,9 +8,8 @@ import HomeCard from "./_home/HomeCard";
 import HomeSearch from "./_home/HomeSearch";
 import HomeSwiper from "./_home/HomeSwiper";
 
-const App = (props) => {
+const App = () => {
     const t = useTranslations("global");
-    console.log(`🎯🎯🎯🎯🎯-> in page.tsx on 13`, props);
     return (
         <Layout>
             <div>