fix: typos and small ui improvements

This commit is contained in:
Taranto 2020-10-24 10:49:51 +01:00 committed by Josh Harvey
parent 0aae7ac1ff
commit a710a1b33a
17 changed files with 102 additions and 109 deletions

View file

@ -6,6 +6,7 @@ import IDButton from './IDButton'
import IconButton from './IconButton'
import Link from './Link'
import SimpleButton from './SimpleButton'
import SupportLinkButton from './SupportLinkButton'
export {
Button,
@ -15,5 +16,6 @@ export {
FeatureButton,
IconButton,
IDButton,
AddButton
AddButton,
SupportLinkButton
}