فهرست منبع

remove unnecessary line

Yuki Takei 3 سال پیش
والد
کامیت
8a2afdfce4
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      packages/app/src/components/PagePathHierarchicalLink.tsx

+ 0 - 1
packages/app/src/components/PagePathHierarchicalLink.tsx

@@ -1,7 +1,6 @@
 import React, { memo } from 'react';
 
 import Link from 'next/link';
-import PropTypes from 'prop-types';
 import urljoin from 'url-join';
 
 import LinkedPagePath from '../models/linked-page-path';