Skip to content

Commit

Permalink
Fix main is not happy (#2349)
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph authored Nov 2, 2023
1 parent bc378e3 commit 59057d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/components/PlansTables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Tab } from "@headlessui/react";
import React from "react";

import { classNames } from "@app/lib/utils";
import { PlanType } from "@app/types/user";
import { PlanType } from "@app/types/plan";

interface PricePlanProps {
size: "sm" | "xs";
Expand Down

0 comments on commit 59057d4

Please sign in to comment.