fix imports after renaming

This commit is contained in:
August Skare
2018-11-19 17:35:22 +01:00
parent 31d07fdac8
commit 117726c6d8
15 changed files with 65 additions and 65 deletions

View File

@@ -3,7 +3,7 @@ import styled from 'styled-components';
import { colors } from 'ts/variables';
import { Button as BaseButton } from './Button';
import { Button as BaseButton } from './button';
const isTouch = Boolean(
'ontouchstart' in window ||