diff --git a/src/components/graph/epic-chip-strip.tsx b/src/components/graph/epic-chip-strip.tsx index fd6da08..d962b0d 100644 --- a/src/components/graph/epic-chip-strip.tsx +++ b/src/components/graph/epic-chip-strip.tsx @@ -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. */