mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 15:03:31 +00:00
Export ArtifactPill from web-ui index
This commit is contained in:
parent
3adc8357b1
commit
8e017db924
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ export type {
|
|||
} from "./storage/types.js";
|
||||
// Artifacts
|
||||
export { ArtifactElement } from "./tools/artifacts/ArtifactElement.js";
|
||||
export { ArtifactPill } from "./tools/artifacts/ArtifactPill.js";
|
||||
export { type Artifact, ArtifactsPanel, type ArtifactsParams } from "./tools/artifacts/artifacts.js";
|
||||
export { ArtifactsToolRenderer } from "./tools/artifacts/artifacts-tool-renderer.js";
|
||||
export { HtmlArtifact } from "./tools/artifacts/HtmlArtifact.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue