diff --git a/pages/Workshops.tsx b/pages/Workshops.tsx index 62639ce..33174c0 100644 --- a/pages/Workshops.tsx +++ b/pages/Workshops.tsx @@ -1,4 +1,4 @@ -import React, { useState} from "react"; +import React, { useState } from "react"; import "../app/globals.css"; import Footer from "@/components/footer"; import NavBar from "@/components/nav-bar/nav-bar"; @@ -14,7 +14,6 @@ interface Workshop { description: string; } - const WorkshopPage = () => { const [selectedWorkshop, setSelectedWorkshop] = useState(null); const [showDetail, setShowDetail] = useState(false); diff --git a/public/workshopInfo.tsx b/public/workshopInfo.tsx index a3abc07..64ffb98 100644 --- a/public/workshopInfo.tsx +++ b/public/workshopInfo.tsx @@ -1,5 +1,3 @@ - - export const workshops = [ { title: "Patient Safety 101", @@ -159,4 +157,4 @@ export const workshops = [ and a few images you want to turn into stickers is strongly recommended \ to be able to follow along and participate.", }, -]; \ No newline at end of file +];