Skip to content

Commit

Permalink
Fix Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mraysu committed Dec 6, 2024
1 parent 69c435b commit 4426847
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/ProgramCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { cn } from "../lib/utils";

import { ProgramMap } from "./StudentsTable/types";


const poppins = Poppins({ weight: ["400", "700"], style: "normal", subsets: [] });

export type CardProps = {
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/ProgramFormButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { CreateProgramRequest, ProgramData } from "./ProgramForm/types";
import { ProgramMap } from "./StudentsTable/types";
import { Dialog, DialogClose, DialogContent, DialogContentSlide, DialogTrigger } from "./ui/dialog";


type BaseProperties = {
classname?: string;
component: React.JSX.Element;
Expand Down
1 change: 0 additions & 1 deletion frontend/src/contexts/program.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { UserContext } from "./user";
import { Program, getAllPrograms } from "@/api/programs";
import { ProgramMap } from "@/components/StudentsTable/types";


type ProgramsContext = {
allPrograms: ProgramMap;
isLoading: boolean;
Expand Down

0 comments on commit 4426847

Please sign in to comment.