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:
committed by
Mrugesh Mohapatra
parent
f3d106dbff
commit
4f179ec8e1
@ -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();
|
||||
|
Reference in New Issue
Block a user