Browse Source

remove unnecessary line

Yuki Takei 3 năm trước cách đây
mục cha
commit
8a2afdfce4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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';