Browse Source

remove unnecessary import

keigo-h 3 years ago
parent
commit
c02fee6ff0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/components/ShareLink/ShareLinkList.tsx

+ 0 - 1
packages/app/src/components/ShareLink/ShareLinkList.tsx

@@ -3,7 +3,6 @@ import React from 'react';
 import dateFnsFormat from 'date-fns/format';
 import { useTranslation } from 'next-i18next';
 
-import ShareLink from '../Icons/ShareLinkIcon';
 import CopyDropdown from '../Page/CopyDropdown';