mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 12:20:04 +00:00
10 lines
250 B
TypeScript
10 lines
250 B
TypeScript
/**
|
|
* @deprecated Import from "@/components/new/document-icon" instead
|
|
* This file is kept for backward compatibility
|
|
*/
|
|
export {
|
|
DocumentIcon,
|
|
getDocumentIcon,
|
|
getDocumentTypeLabel,
|
|
type DocumentIconProps,
|
|
} from "@/components/document-icon"
|