Skip to content

Commit

Permalink
Remove unused import from events.js
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-panhead committed Dec 1, 2024
1 parent 3fd0077 commit f8d92ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/[id]/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import {
getTimestamp,
updateEvent,
} from '../../utility/firebase'
import Dropdown from '../../components/dropdown'

export default function Events({ id, hackathons }) {
const [events, setEvents] = useState([])
Expand Down

0 comments on commit f8d92ec

Please sign in to comment.