chore: impot lodash correctly

This commit is contained in:
Pablo Lara
2024-09-30 17:25:08 +02:00
parent 1f5ee1ee3f
commit fcd1aa5d76
@@ -1,5 +1,5 @@
"use client";
const _ = require("lodash");
import {
Badge,
Button,
@@ -10,6 +10,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@nextui-org/react";
import _ from "lodash";
import { useSearchParams } from "next/navigation";
import React, { useCallback, useEffect, useMemo, useState } from "react";