Skip to content

Commit

Permalink
Remove deleted css styling import
Browse files Browse the repository at this point in the history
  • Loading branch information
juliadai8 committed Apr 10, 2024
1 parent 47c77f2 commit b8709eb
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
Expand Up @@ -3,7 +3,6 @@ import React, { useEffect, useState } from 'react';
import Link from 'next/link';
import '../styles/Header.css';
import GoogleLoginButton from './GoogleLoginButton';
import '../styles/myProfile.css';
import '../styles/Darkmode.css';

export const Header: React.FC = () => {
Expand Down

0 comments on commit b8709eb

Please sign in to comment.