Skip to content

Commit a482491

Browse files
committed
chore: fix build
1 parent 3db3082 commit a482491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/react-admin-dashboard/src/components/dashboard/DashboardGrid.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import { GridPDFExport } from '@progress/kendo-react-pdf';
33
import { ExcelExport } from '@progress/kendo-react-excel-export';
4-
import { Input, TextBox } from '@progress/kendo-react-inputs';
4+
import { TextBox } from '@progress/kendo-react-inputs';
55
import { Rating } from '@progress/kendo-react-inputs';
66
import {
77
Grid,

0 commit comments

Comments
 (0)