diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-11-23 20:34:54 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-11-23 20:34:54 +0200 |
| commit | 5474a1da90f242e01f53ddfc3a56b9f3724a40cd (patch) | |
| tree | 8e61b5da5bd5b0ab8f09b601ad7fc548a2ae10bb /src/App.tsx | |
| parent | 21b59887998ed042aff2f6ccbbfbbd327f49eee0 (diff) | |
| download | ollama-logseq-5474a1da90f242e01f53ddfc3a56b9f3724a40cd.tar.xz ollama-logseq-5474a1da90f242e01f53ddfc3a56b9f3724a40cd.zip | |
Remove unused imports
Diffstat (limited to 'src/App.tsx')
| -rw-r--r-- | src/App.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/App.tsx b/src/App.tsx index 83c2dc5..f9592a3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,3 @@ -import { AppUserInfo } from "@logseq/libs/dist/LSPlugin"; import React, { useEffect, useRef, useState } from "react"; import { OllamaCommandPallete } from "./components/OllamaCommandPallete"; import { convertToFlashCardFromEvent, DivideTaskIntoSubTasksFromEvent, ollamaUI, summarizeBlockFromEvent } from "./ollama"; |
