Skip to content

Commit

Permalink
Fix eslint errors for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgio-tran committed Oct 31, 2023
1 parent 4233d5f commit 5f8eb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions my-app/src/components/Navbar.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Fragment, useEffect, useState } from 'react';
import { Fragment, useState } from 'react';
import { useSession } from 'next-auth/react';
import MobileNavbar from './navbar/MobileNavbar';
import Link from 'next/link';
import {
Dialog,
Expand Down
2 changes: 1 addition & 1 deletion my-app/src/components/navbar/MobileNavbar.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Link from 'next/link';
import styles from '../navbar/styles/MobileNavbar.module.css';
import { useSession } from 'next-auth/react';
// import { useSession } from 'next-auth/react';

const MobileNavbar = () => {
return (
Expand Down

0 comments on commit 5f8eb1c

Please sign in to comment.