Skip to content

Commit

Permalink
feat(fe-piattaforma): fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
nicogheart1 committed Sep 21, 2022
1 parent 4f10904 commit 317644b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fe-piattaforma/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { i18nInit } from './utils/i18nHelper';
i18nInit();

const MyApp: React.FC = () => {
console.log('09212022 1');
return (
<Provider store={store}>
<FontLoader />
Expand Down

0 comments on commit 317644b

Please sign in to comment.