Skip to content

Commit

Permalink
Merge pull request #71 from Bostonhacks/hacker-dashboard
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
danielyu12 authored Oct 4, 2023
2 parents b97cbdb + bf45da5 commit 6605948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/HackerDashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import { useEffect, useState } from 'react';
import { db, auth } from '../firebase/firebase-config';
import { useAuthState } from 'react-firebase-hooks/auth';
import { useNavigate } from 'react-router-dom';
import { query, collection, getDocs, where, addDoc } from 'firebase/firestore';
import { query, collection, getDocs, where } from 'firebase/firestore';

import PinkPurpleBaloons from '../assets/images/HackerDashboard/PinkPurpleBalloons.svg';
import OrangeBalloon from '../assets/images/HackerDashboard/orange balloon.svg';
import Llama from '../assets/images/HackerDashboard/Llama (Traced).svg';
import Clouds from '../assets/images/HackerDashboard/Red cloud.png';
import CounterDownTimer from '../components/common/CountDownTimer';
import Bush from '../assets/images/HackerDashboard/bush 1.svg';
import Stars from '../assets/images/HackerDashboard/stars.svg';
import Stars from '../assets/images/HackerDashboard/Stars.svg';
import NotStarted from '../assets/images/HackerDashboard/NotStarted.png';
import Submitted from '../assets/images/HackerDashboard/Submitted.png';
import Waitlisted from '../assets/images/HackerDashboard/Waitlisted.png';
Expand Down

0 comments on commit 6605948

Please sign in to comment.