Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorreem committed May 28, 2023
1 parent 0d2186f commit 9c1ffa5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ module.exports = {
publicRuntimeConfig: {
API_URL: process.env.API_URL,
BASE_URL: process.env.BASE_URL,
NEXT_PUBLIC_ENV: process.env.NEXT_PUBLIC_ENV,
},
};
2 changes: 0 additions & 2 deletions src/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import CssBaseline from '@material-ui/core/CssBaseline';
import LinkUi from '@material-ui/core/Link';
import { ThemeProvider } from '@material-ui/core/styles';
import 'firebaseui/dist/firebaseui.css';
import getConfig from 'next/config';
import dynamic from 'next/dynamic';
import Link from 'next/link';
import { useRouter } from 'next/router';
Expand Down Expand Up @@ -73,7 +72,6 @@ const useStyles = makeStyles({
width: '100%',
},
});
const { publicRuntimeConfig } = getConfig();

function App({ Component, pageProps }) {
const router = useRouter();
Expand Down

0 comments on commit 9c1ffa5

Please sign in to comment.