Skip to content

Commit

Permalink
got rid of useEffect import
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhhelgeson committed Jan 4, 2024
1 parent 33a49b5 commit 212401f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Head from 'next/head';
import { AppProps } from 'next/app';
import Link from 'next/link';
import { useRouter } from 'next/router';
import { useRef, useEffect } from 'react';
import { useRef } from 'react';

import './styles.css';
import styles from './MainLayout.module.css';
Expand Down

0 comments on commit 212401f

Please sign in to comment.