Skip to content

Commit 49cf7dd

Browse files
authored
Merge pull request #1805 from telerik/update-nextjs-app
chore(nextjs): bump packages versions. Remove 'use client' where possible
2 parents 762e532 + 744608e commit 49cf7dd

File tree

5 files changed

+386
-359
lines changed

5 files changed

+386
-359
lines changed

examples/coffee-warehouse-nextjs/app/components/Scheduler.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
"use client";
21
import React from "react";
32
import * as PropTypes from "prop-types";
43

examples/coffee-warehouse-nextjs/app/warehouse/dashboard/dashboard-skeleton.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use client";
2-
31
import { Fragment } from "react";
42
import { Skeleton } from "@progress/kendo-react-indicators";
53

examples/coffee-warehouse-nextjs/app/warehouse/planning/planning-loader.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use client";
2-
31
import { Loader } from "@progress/kendo-react-indicators";
42
import { Fragment } from "react";
53

0 commit comments

Comments
 (0)