Skip to content

Commit

Permalink
Fix: import css 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
TaePoong719 committed Sep 12, 2023
1 parent 3ecdeeb commit f3c1188
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useEffect, useState, useContext } from 'react'
import styled from 'styled-components'
import { Link, useLocation } from 'react-router-dom'
import './Header.css'
import { AuthContext } from 'authentication/authContext';
import { signOut } from 'firebase/auth'
import { auth } from '../firebase'
Expand Down

0 comments on commit f3c1188

Please sign in to comment.