ryoji-s пре 3 година
родитељ
комит
3a37c9efcb

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

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

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

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