Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldKLee committed Sep 3, 2024
1 parent cd44484 commit af6d67c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/Hackathons.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useState } from 'react';
// import { useState } from 'react';
import styled from 'styled-components';
import HackathonCard from './HackathonCard';
import NewsletterModal from './NewsletterModal';
import { Body, Title2 } from './Typography';
// import HackathonCard from './HackathonCard';
// import NewsletterModal from './NewsletterModal';
// import { Body, Title2 } from './Typography';
import Button from './Button';

const HackCampData = {
Expand Down Expand Up @@ -130,7 +130,7 @@ const HackathonButton = styled.a`
`

export default function Hackathons() {
const [showModal, setShowModal] = useState(false);
// const [showModal, setShowModal] = useState(false);

return (
<>
Expand Down

0 comments on commit af6d67c

Please sign in to comment.