Skip to content

Commit 023e6e6

Browse files
committed
fix frontend again
1 parent 42c8506 commit 023e6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/app/(org)/dashboard/_components/Notifications/FilterTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import clsx from "clsx";
22
import { motion } from "framer-motion";
33
import { useRef, useEffect, useMemo } from "react";
44
import { NotificationType } from "@/lib/Notification";
5-
import { Filters, FilterType } from "./Filter";
5+
import { FilterLabels, Filters, FilterType } from "./Filter";
66

77
type FilterTabsProps = {
88
activeFilter: FilterType;

0 commit comments

Comments
 (0)