aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components/new/document-modal/document-icon.tsx
blob: cef93d019468151e02b0d3d37473cfc22df6cb59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/**
 * @deprecated Import from "@/components/new/document-icon" instead
 * This file is kept for backward compatibility
 */
export {
	DocumentIcon,
	getDocumentIcon,
	getDocumentTypeLabel,
	type DocumentIconProps,
} from "@/components/new/document-icon"