Skip to content

Commit

Permalink
Merge pull request #47 from Bostonhacks/resume-upload
Browse files Browse the repository at this point in the history
removed cs
  • Loading branch information
danielyu12 authored Sep 25, 2023
2 parents 39e95bf + aeff8e9 commit 08d9c80
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
} from 'react-router-dom';
import LandingPage from './pages/LandingPage';
import SponsorPage from './pages/SponsorPage';
import Application from './pages/Application';
import Login from './pages/Login';
import Dashboard from './pages/HackerDashboard';
import Portal from './pages/Portal';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ const programmingList = [
'ZPL',
];

const shirtSizes = ['XS', 'S', 'M', 'L', 'XL'];
const shirtSizes = ['S', 'M', 'L', 'XL'];

export {
ethnicities,
Expand Down
7 changes: 1 addition & 6 deletions src/pages/Application.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ import { useMediaQuery } from 'react-responsive';

import { useNavigate } from 'react-router-dom';

import {
auth,
addApplicationDoc,
db,
storage,
} from '../firebase/firebase-config';
import { auth, db, storage } from '../firebase/firebase-config';
import { useAuthState } from 'react-firebase-hooks/auth';
import { doc, updateDoc } from 'firebase/firestore';
import { ref, uploadBytes } from 'firebase/storage';
Expand Down

0 comments on commit 08d9c80

Please sign in to comment.