mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 04:02:35 +00:00
Clean-up
This commit is contained in:
parent
6a355d7a7e
commit
3331701e7e
5 changed files with 7 additions and 130 deletions
|
|
@ -3,7 +3,7 @@ import type { Model } from "@mariozechner/pi-ai";
|
|||
import { LitElement } from "lit";
|
||||
import { customElement, property, state } from "lit/decorators.js";
|
||||
import { createRef, ref } from "lit/directives/ref.js";
|
||||
import { BookOpen, Loader2, Paperclip, Send, Sparkles, Square } from "lucide";
|
||||
import { Loader2, Paperclip, Send, Sparkles, Square } from "lucide";
|
||||
import "./AttachmentTile.js";
|
||||
import { type Attachment, loadAttachment } from "./utils/attachment-utils.js";
|
||||
import { i18n } from "./utils/i18n.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue