feat(client) ts-migrate AppMountNotifier Component (#42585)

* feat(client) Renamed AppMountNotifier.js to app-mount-notifier.tsx

* feat(client) ts-migrate AppMountNotifier Component

* remove type package from root

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
ABHINAV SHARMA
2021-06-25 20:15:37 +05:30
committed by Mrugesh Mohapatra
parent f3d106dbff
commit 4f179ec8e1
3 changed files with 28 additions and 28 deletions

View File

@ -5,7 +5,7 @@ import { I18nextProvider } from 'react-i18next';
import i18n from './i18n/config';
import { createStore } from './src/redux/createStore';
import AppMountNotifier from './src/components/AppMountNotifier';
import AppMountNotifier from './src/components/app-mount-notifier';
import layoutSelector from './utils/gatsby/layoutSelector';
const store = createStore();