// lucide icons import { Circle } from "lucide-react"; export const KanBanProperties = () => { console.log("properties"); return (
{/* basic properties */} {/* state */}
state
{/* priority */}
priority
{/* label */}
label
{/* assignee */}
assignee
{/* start date */}
start date
{/* target/due date */}
target/due date
{/* extra render properties */} {/* estimate */}
0
{/* sub-issues */}
0
{/* attachments */}
0
{/* link */}
0
); };