Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperW824 authored and actions-user committed Jun 6, 2024
1 parent 7bc6ec3 commit 7b4a624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions pages/Workshops.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -14,7 +14,6 @@ interface Workshop {
description: string;
}


const WorkshopPage = () => {
const [selectedWorkshop, setSelectedWorkshop] = useState<Workshop | null>(null);
const [showDetail, setShowDetail] = useState<boolean>(false);
Expand Down
4 changes: 1 addition & 3 deletions public/workshopInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


export const workshops = [
{
title: "Patient Safety 101",
Expand Down Expand Up @@ -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.",
},
];
];

0 comments on commit 7b4a624

Please sign in to comment.