mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
skip React.FC for App
This commit is contained in:
@ -18,7 +18,7 @@ import queryClient from '@/services/react-query';
|
|||||||
import store, { persistor } from '@/store/index';
|
import store, { persistor } from '@/store/index';
|
||||||
import WrapperRegistry from '@/wrappers/index';
|
import WrapperRegistry from '@/wrappers/index';
|
||||||
|
|
||||||
const App: React.FC<AppProps> = ({ Component, pageProps }) => (
|
const App = ({ Component, pageProps }: AppProps): JSX.Element => (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Reactive Resume</title>
|
<title>Reactive Resume</title>
|
||||||
|
|||||||
Reference in New Issue
Block a user