This commit is contained in:
Josh Hawkins 2025-03-16 10:55:37 -05:00
parent 7b2b72ed8f
commit d0a0229bae

View File

@ -12,10 +12,7 @@ import {
import { Switch } from "./switch";
import { cn } from "@/lib/utils";
import { LuCheck } from "react-icons/lu";
import { useTranslation } from "react-i18next";
const { t } = useTranslation(["common"]);
import { t } from "i18next";
export interface DateRangePickerProps {
/** Click handler for applying the updates from DateRangePicker. */