Add alias for ui and remove SASS support

This commit is contained in:
John Lyon-Smith
2018-02-26 13:08:06 -08:00
parent 37e989fa51
commit 93c1ecb919
24 changed files with 26 additions and 568 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react'
import PropTypes from 'prop-types'
import { autoBind } from 'auto-bind2'
import { Modal, Button, Icon, Column, Text } from '../ui'
import { Modal, Button, Icon, Column, Text } from 'ui'
import { ValidatedInput, ValidatedButton, Validator } from '../Validated'
import { regExpPattern } from 'regexp-pattern'