Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
upiksaleh committed Oct 1, 2024
1 parent 4305c61 commit c5afbb8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ui/dokumen/item-detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { IUICreateCustomizableDefine, UICreateCustomizable } from '../create';
import DocumentIcon from '@/components/icons/document-icon';
import BaseIcon from '@/components/icons/base-icon';
import { documentMimeTypeLabel, humanFileSize } from '@/lib/utils';
import ShareItem from '@/components/share/item';
import DokumenShareItem from '@/components/share/item-dokumen';

export type UIDocumentItemDetailType<Item extends Record<string, any>> =
Expand Down Expand Up @@ -184,11 +183,6 @@ hover:text-primary-700 hover:bg-primary-100"
Bagikan Dokumen
</h2>
<DokumenShareItem item={item as any} />
{/* <ShareItem
url={`https://www.bolselkab.go.id/dokumen/${item.slug}`}
title={item.title}
quote={item.description}
/> */}
</div>
</section>

Expand Down

0 comments on commit c5afbb8

Please sign in to comment.