Skip to content

Commit 983b16a

Browse files
committed
fix build errors
1 parent 38d78b6 commit 983b16a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

examples/ecommerce-jewellery-store/src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import { useNavigate } from "react-router-dom";
3-
import { Menu, AppBarSpacer, MenuSelectEvent } from "@progress/kendo-react-layout";
3+
import { Menu, MenuSelectEvent } from "@progress/kendo-react-layout";
44
import { Button } from "@progress/kendo-react-buttons";
55
import { SvgIcon } from "@progress/kendo-react-common";
66
import { InputPrefix, InputSeparator, TextBox, Switch } from "@progress/kendo-react-inputs";

examples/ecommerce-jewellery-store/src/pages/Contacts.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
import React from 'react';
22
import { Layout } from '../components/Layout';
3-
import CardNumber from '../components/CardNumber';
4-
import ExpiryDate from '../components/ExpiryDate';
5-
import PasswordInput from '../components/PasswordInput';
63
import EmailInput from '../components/EmailInput';
74
import CardHolder from '../components/CardHolder';
85
import CityInput from '../components/CityInput';
96
import PhoneInput from '../components/PhoneInput';
107
import AppointmentInput from '../components/AppointmentInput';
118
import DateChooserInput from '../components/DateChooserInput';
129
import ContactsRadioButtons from '../components/ContactsRadioButtons'
13-
import { BackgroundImage } from '../components/BackgroundImage';
1410
import contactsImage from '@/assets/contactsImage.png';
1511
import { Button } from '@progress/kendo-react-buttons';
1612
import { 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';
2520
import { Label } from '@progress/kendo-react-labels';
2621

27-
import creditCards from '../assets/creditCards.png';
28-
2922
const Contacts: React.FC = () => {
3023
const navigate = useNavigate();
3124

0 commit comments

Comments
 (0)