From 5474a1da90f242e01f53ddfc3a56b9f3724a40cd Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Thu, 23 Nov 2023 20:34:54 +0200 Subject: Remove unused imports --- src/components/OllamaCommandPallete.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/OllamaCommandPallete.tsx') diff --git a/src/components/OllamaCommandPallete.tsx b/src/components/OllamaCommandPallete.tsx index 346fb1e..e8e9c42 100644 --- a/src/components/OllamaCommandPallete.tsx +++ b/src/components/OllamaCommandPallete.tsx @@ -1,4 +1,4 @@ -import React, { KeyboardEventHandler, useEffect, useState } from "react" +import React, { useEffect, useState } from "react" import { Command, CommandEmpty, @@ -6,7 +6,7 @@ import { CommandItem, CommandList, } from "@/components/ui/command" -import { convertToFlashCard, convertToFlashCardCurrentBlock, DivideTaskIntoSubTasks, DivideTaskIntoSubTasksCurrentBlock, summarize, summarizeBlock } from "@/ollama"; +import { convertToFlashCardCurrentBlock, DivideTaskIntoSubTasksCurrentBlock, summarize, summarizeBlock } from "@/ollama"; import { PromptAI } from "./PromptAI"; export function OllamaCommandPallete({ options, theme }: { options: string[], theme: string }) { -- cgit v1.2.3