feat: add new server log page

This commit is contained in:
Luis Félix 2019-11-12 11:15:00 +00:00
parent fc1951c4b2
commit 703c5d7c91
38 changed files with 2844 additions and 29 deletions

View file

@ -2,5 +2,6 @@ import Button from './Button'
import Link from './Link'
import SimpleButton from './SimpleButton'
import ActionButton from './ActionButton'
import FeatureButton from './FeatureButton'
export { Button, Link, SimpleButton, ActionButton }
export { Button, Link, SimpleButton, ActionButton, FeatureButton }