Skip to content

Commit

Permalink
Linting Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mraysu committed Apr 9, 2024
1 parent 191b1b5 commit 6e94c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ function App({ Component, pageProps }: AppPropsWithLayout) {
return <UserContextProvider>{getLayout(<Component {...pageProps} />)}</UserContextProvider>;
}

export default App;
export default App;

0 comments on commit 6e94c2c

Please sign in to comment.