chore: tests

This commit is contained in:
Nathan Walker
2022-07-22 13:32:22 -07:00
parent 56b9963c16
commit c9102f2de9
3 changed files with 13 additions and 14 deletions

View File

@ -7,7 +7,7 @@ import { profile } from '../../profiling';
import { TouchGestureEventData, GestureTypes, TouchAction } from '../gestures';
import { Device } from '../../platform';
import lazy from '../../utils/lazy';
import type { Background } from 'ui/styling/background';
import type { Background } from '../styling/background';
export * from './button-common';