Skip to content

Commit 61a9107

Browse files
committed
chore: fix build
1 parent 4de721e commit 61a9107

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/kendo-react-freemium/src/pages/Team.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useNavigate } from "react-router-dom";
33
import { teamsData } from "./data";
44
import { ButtonGroup, Button, FloatingActionButton } from "@progress/kendo-react-buttons";
55
import { Breadcrumb, Card, CardBody, Avatar, CardTitle, CardSubtitle, CardFooter, BreadcrumbLinkMouseEvent, GridLayout } from "@progress/kendo-react-layout";
6-
import { groupIcon, listUnorderedSquareIcon, homeIcon, detailSectionIcon, plusIcon, xIcon } from "@progress/kendo-svg-icons";
6+
import { groupIcon, listUnorderedSquareIcon, homeIcon, detailSectionIcon, plusIcon } from "@progress/kendo-svg-icons";
77
import { SvgIcon } from "@progress/kendo-react-common";
88
import { Dialog, DialogActionsBar, Window } from '@progress/kendo-react-dialogs';
99
import React from "react";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"root":["./src/app.tsx","./src/main.tsx","./src/components/appbarcomponent.tsx","./src/components/drawercomponent.tsx","./src/grid/grid.tsx","./src/grid/interfaces.ts","./src/pages/home.tsx","./src/pages/projects.tsx","./src/pages/settings.tsx","./src/pages/tasks.tsx","./src/pages/team.tsx","./src/pages/teammanagement.tsx","./src/pages/data.ts"],"version":"5.7.3"}
1+
{"root":["./src/app.tsx","./src/main.tsx","./src/components/appbarcomponent.tsx","./src/components/drawercomponent.tsx","./src/grid/grid.tsx","./src/grid/interfaces.ts","./src/pages/home.tsx","./src/pages/projects.tsx","./src/pages/settings.tsx","./src/pages/task.tsx","./src/pages/tasks.tsx","./src/pages/team.tsx","./src/pages/teammanagement.tsx","./src/pages/data.ts"],"version":"5.7.3"}

0 commit comments

Comments
 (0)