Linted the whole project with eslint
This commit was merged in pull request #3.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import "../styles/_styles.scss";
|
||||
|
||||
const App = ({ Component, pageProps }) => {
|
||||
return <Component {...pageProps} />;
|
||||
return <Component { ...pageProps } />;
|
||||
};
|
||||
|
||||
export default App;
|
||||
|
||||
Reference in New Issue
Block a user