File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
examples/ecommerce-jewellery-store/src Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 11import React from "react" ;
22import { useNavigate } from "react-router-dom" ;
3- import { Menu , AppBarSpacer , MenuSelectEvent } from "@progress/kendo-react-layout" ;
3+ import { Menu , MenuSelectEvent } from "@progress/kendo-react-layout" ;
44import { Button } from "@progress/kendo-react-buttons" ;
55import { SvgIcon } from "@progress/kendo-react-common" ;
66import { InputPrefix , InputSeparator , TextBox , Switch } from "@progress/kendo-react-inputs" ;
Original file line number Diff line number Diff line change 11import React from 'react' ;
22import { Layout } from '../components/Layout' ;
3- import CardNumber from '../components/CardNumber' ;
4- import ExpiryDate from '../components/ExpiryDate' ;
5- import PasswordInput from '../components/PasswordInput' ;
63import EmailInput from '../components/EmailInput' ;
74import CardHolder from '../components/CardHolder' ;
85import CityInput from '../components/CityInput' ;
96import PhoneInput from '../components/PhoneInput' ;
107import AppointmentInput from '../components/AppointmentInput' ;
118import DateChooserInput from '../components/DateChooserInput' ;
129import ContactsRadioButtons from '../components/ContactsRadioButtons'
13- import { BackgroundImage } from '../components/BackgroundImage' ;
1410import contactsImage from '@/assets/contactsImage.png' ;
1511import { Button } from '@progress/kendo-react-buttons' ;
1612import { useNavigate } from 'react-router-dom' ;
@@ -21,11 +17,8 @@ import {
2117 FormElement ,
2218 FieldWrapper ,
2319} from '@progress/kendo-react-form' ;
24- import { RadioButton } from '@progress/kendo-react-inputs' ;
2520import { Label } from '@progress/kendo-react-labels' ;
2621
27- import creditCards from '../assets/creditCards.png' ;
28-
2922const Contacts : React . FC = ( ) => {
3023 const navigate = useNavigate ( ) ;
3124
You can’t perform that action at this time.
0 commit comments