CQKM il y a 6 ans
Parent
commit
0f17cd658d
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/component/nav/index.tsx

+ 0 - 1
src/component/nav/index.tsx

@@ -13,7 +13,6 @@ export default class Nav extends React.Component {
13 13
                     <li><Link to='/services'>Services</Link></li>
14 14
                     <li><Link to='/about'>About</Link></li>
15 15
                     <li><Link to='/ReduxText'>ReduxText</Link></li>
16
-                    <li><Link to='/threejs'>threejs</Link></li>
17 16
                 </ul>
18 17
             </div>
19 18
         )