From e3d3fa5528cf861e2ff874d5368a446b0b11a33f Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Tue, 23 Apr 2024 20:00:58 +0200 Subject: [PATCH] chore: remove unused type --- components/MyPages/Blocks/Benefits/CurrentLevel/index.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/MyPages/Blocks/Benefits/CurrentLevel/index.tsx b/components/MyPages/Blocks/Benefits/CurrentLevel/index.tsx index 83a884390..f3ec500b1 100644 --- a/components/MyPages/Blocks/Benefits/CurrentLevel/index.tsx +++ b/components/MyPages/Blocks/Benefits/CurrentLevel/index.tsx @@ -6,11 +6,6 @@ import Title from "@/components/Title" import styles from "./current.module.css" -export type CurrentLevelProps = { - title: string - subtitle?: string - link: { text: string; href: string } | null -} import { AccountPageComponentProps } from "@/types/components/myPages/myPage/accountPage" export default async function CurrentBenefitsBlock({