From 7b4a624f1ba224a6df127e77e5e30dbc08bc17ac Mon Sep 17 00:00:00 2001 From: CooperW824 Date: Thu, 6 Jun 2024 23:44:09 +0000 Subject: [PATCH] Prettified Code! --- pages/Workshops.tsx | 3 +-- public/workshopInfo.tsx | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) 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 +];