From ec15f83b947fb2daf4ca1a72e3af527dc89512a3 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Fri, 15 Oct 2021 16:22:25 +0530 Subject: chore: move 'packages/forms' into 'src' (no longer an injected package) (#2079) --- src/components/auth/SetupAssistant.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/auth') diff --git a/src/components/auth/SetupAssistant.js b/src/components/auth/SetupAssistant.js index d009a2878..1665bf837 100644 --- a/src/components/auth/SetupAssistant.js +++ b/src/components/auth/SetupAssistant.js @@ -5,7 +5,8 @@ import { defineMessages, injectIntl } from 'react-intl'; import injectSheet from 'react-jss'; import classnames from 'classnames'; -import { Input, Button } from '@meetfranz/forms'; +import { Input } from '../ui/input/index'; +import { Button } from '../ui/button/index'; import { Badge } from '../ui/badge'; import Modal from '../ui/Modal'; import Infobox from '../ui/Infobox'; -- cgit v1.2.3-70-g09d2