add missing use client

This commit is contained in:
Matthias Nannt
2024-02-04 12:28:32 +01:00
parent 102590db6a
commit c9954562d5
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
"use client";
import { Code, Link2Icon } from "lucide-react";
import Link from "next/link";
import { useEffect, useMemo, useState } from "react";

View File

@@ -1,3 +1,5 @@
"use client";
import { ChevronDownIcon, Equal, Grid2X2, Search, X } from "lucide-react";
import { useEffect, useState } from "react";