Add down-, right- and left-wards arrows, still missing active state

This commit is contained in:
Melvin Valster
2019-07-22 22:48:05 +02:00
parent 9d91bc32fb
commit 1866951986
13 changed files with 136 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import React from 'react'
import { NavLink, Link } from 'react-router-dom'
import { Link } from 'react-router-dom'
import { classByName } from '../data/classes'
import { Icon } from './Icon'
import classNames from 'classnames'