From 91c6d8a2717d93c136258b95a0df5397f741c94c Mon Sep 17 00:00:00 2001 From: Rian Islam Date: Fri, 24 Jun 2022 19:54:58 +0600 Subject: [PATCH] Different Text --- src/pages/Check/index.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/Check/index.jsx b/src/pages/Check/index.jsx index 3fb03af..8c0ee79 100644 --- a/src/pages/Check/index.jsx +++ b/src/pages/Check/index.jsx @@ -1,15 +1,15 @@ /* eslint-disable no-unused-vars */ // @ts-nocheck import { useState } from 'react' +import toast from 'react-hot-toast' import { useHistory } from 'react-router-dom' -import { Form, Modal, Text } from '../../components' -import warning from '../../assets/warning.png' import imgSearch from '../../assets/img_search.png' +import warning from '../../assets/warning.png' +import { Form, Modal, Text } from '../../components' +import FormInput from '../../components/FormInput' import { useGetPackagesIdByCode } from '../../hooks' import Layout from './Check.layout' -import FormInput from '../../components/FormInput' -import { TextHandlerColorMobile, ImgSearch } from './Check.styled' -import toast from 'react-hot-toast' +import { ImgSearch, TextHandlerColorMobile } from './Check.styled' const Check = () => { const [ packageCode, setPackageCode ] = useState('') @@ -51,7 +51,7 @@ const Check = () => { return ( changeIsModalOpen(false)} actionText="Entendido"> Warning