فهرست منبع

delete unused library

ryoji-s 3 سال پیش
والد
کامیت
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';