Skip to content

Commit 2b6cc30

Browse files
chore: remove unused imports
1 parent 23d8020 commit 2b6cc30

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

typescript-sdk/apps/dojo/src/app/[integrationId]/feature/tool_based_generative_ui/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import React, { useState } from "react";
33
import "@copilotkit/react-ui/styles.css";
44
import { CopilotKit, useCopilotAction } from "@copilotkit/react-core";
5-
import { CopilotSidebar, CopilotPopup } from "@copilotkit/react-ui";
5+
import { CopilotSidebar } from "@copilotkit/react-ui";
66
import {
77
Carousel,
88
CarouselContent,

typescript-sdk/apps/dojo/src/utils/use-mobile-chat.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { CopilotKitCSSProperties, CopilotSidebar } from "@copilotkit/react-ui";
21
import React, { useEffect, useState } from "react";
32

43

0 commit comments

Comments
 (0)