mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-01 01:16:17 +02:00
fix(projects): import useMemo missed in the teamSelectionMissing refactor
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
committed by
Jiayuan Zhang
parent
cc753ee158
commit
cf72243ea2
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { useEffect, useState, useRef } from "react";
|
||||
import { useEffect, useMemo, useState, useRef } from "react";
|
||||
import { CalendarClock, CalendarDays, ChevronRight, FolderOpen, Maximize2, Minimize2, MoreHorizontal, Search, X as XIcon, UserMinus } from "lucide-react";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user