fix imports after renaming
This commit is contained in:
@@ -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 ||
|
||||
|
Reference in New Issue
Block a user