瀏覽代碼

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';