Update src/components/graph/epic-chip-strip.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
zenchantlive 2026-02-12 23:51:54 -08:00 committed by GitHub
parent 32a08ac35a
commit 63ff7ef65c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,6 @@
'use client';
import { useState } from 'react';
import { Chip } from '../shared/chip';
import type { BeadIssue } from '../../lib/types';
/** Props for the EpicChipStrip component. */