소스 검색

delete unused library

ryoji-s 4 년 전
부모
커밋
3a37c9efcb
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      packages/app/src/components/Page/ShareLinkAlert.jsx
  2. 0 1
      packages/app/src/components/TrashPageList.jsx

+ 0 - 1
packages/app/src/components/Page/ShareLinkAlert.jsx

@@ -1,6 +1,5 @@
 import React from 'react';
 
-import PropTypes from 'prop-types';
 import { useTranslation } from 'react-i18next';
 
 const ShareLinkAlert = () => {

+ 0 - 1
packages/app/src/components/TrashPageList.jsx

@@ -1,6 +1,5 @@
 import React, { useMemo } from 'react';
 
-import PropTypes from 'prop-types';
 import { useTranslation } from 'react-i18next';
 
 import CustomNavAndContents from './CustomNavigation/CustomNavAndContents';