diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-06 01:42:22 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-06 01:42:22 +0800 |
commit | eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa (patch) | |
tree | 3388500c8e8de44beb557eb2b3211f7a3e0d117e /packages/instant/src/components/scaling_input.tsx | |
parent | 66261102de57e3bc86714577c021aa5c7e17c150 (diff) | |
download | dexon-sol-tools-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.tar.gz dexon-sol-tools-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.tar.zst dexon-sol-tools-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.zip |
chore(instant): import UI components directly
Diffstat (limited to 'packages/instant/src/components/scaling_input.tsx')
-rw-r--r-- | packages/instant/src/components/scaling_input.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/components/scaling_input.tsx b/packages/instant/src/components/scaling_input.tsx index 11748b729..1abadb78b 100644 --- a/packages/instant/src/components/scaling_input.tsx +++ b/packages/instant/src/components/scaling_input.tsx @@ -4,7 +4,7 @@ import * as React from 'react'; import { ColorOption } from '../style/theme'; import { util } from '../util/util'; -import { Input } from './ui'; +import { Input } from './ui/input'; export enum ScalingInputPhase { FixedFontSize, |