refactor: remove CitationList component to streamline citation handling and improve code maintainability

This commit is contained in:
Anish Sarkar 2026-05-14 13:49:52 +05:30
parent f98bde1e04
commit 23e05acc7c
2 changed files with 0 additions and 389 deletions

View file

@ -1,7 +1,5 @@
export type { CitationProps } from "./citation";
export { Citation } from "./citation";
export type { CitationListProps } from "./citation-list";
export { CitationList } from "./citation-list";
export type {
CitationType,
CitationVariant,