diff --git a/cryptide_project/src/App.tsx b/cryptide_project/src/App.tsx index 5299a83..d885233 100644 --- a/cryptide_project/src/App.tsx +++ b/cryptide_project/src/App.tsx @@ -38,8 +38,7 @@ function App() { //const locale = 'fr'; const [locale, setLocale] = useState('fr'); - - // @ts-ignore + //@ts-ignore const changeLocale = (newLocale) => { setLocale(newLocale); }; @@ -51,9 +50,7 @@ function App() { // logo // // - - - // @ts-ignore + //@ts-ignore