From a05ef4bb5101e6e8d999ad0d7383b394996fb763 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Fri, 15 Oct 2021 17:20:09 +0530 Subject: chore: move 'packages/themes' into 'src' (no longer an injected package) (#2080) --- src/components/ui/toggle/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ui/toggle') diff --git a/src/components/ui/toggle/index.tsx b/src/components/ui/toggle/index.tsx index 67b6c3835..7b6ba147f 100644 --- a/src/components/ui/toggle/index.tsx +++ b/src/components/ui/toggle/index.tsx @@ -2,8 +2,8 @@ import classnames from 'classnames'; import { Property } from 'csstype'; import { Component, InputHTMLAttributes } from 'react'; import injectStyle from 'react-jss'; -import { Theme } from '@meetfranz/theme'; +import { Theme } from '../../../themes'; import { IFormField, IWithStyle } from '../typings/generic'; import { Error } from '../error'; -- cgit v1.2.3-70-g09d2