Skip to content

Commit

Permalink
fix: removes unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cephaschapa committed Feb 28, 2025
1 parent ca3ddb7 commit b8718ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/components/Cards/methodology-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import React, { FC, useState } from "react";
import type { Methodology } from "@/util/form-schema";
import { toaster } from "../ui/toaster";
import { Checkbox } from "@/components/ui/checkbox";
import { bg } from "date-fns/locale";

interface MethodologyCardProps {
id: string;
Expand Down

0 comments on commit b8718ef

Please sign in to comment.