mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 08:03:39 +00:00
chore: Fix import order
This commit is contained in:
parent
b0e1672da2
commit
55ce7e84ef
1 changed files with 1 additions and 1 deletions
|
|
@ -8,8 +8,8 @@
|
|||
* pi --extension examples/extensions/titlebar-spinner.ts
|
||||
*/
|
||||
|
||||
import type { ExtensionAPI, ExtensionContext } from "@mariozechner/pi-coding-agent";
|
||||
import path from "node:path";
|
||||
import type { ExtensionAPI, ExtensionContext } from "@mariozechner/pi-coding-agent";
|
||||
|
||||
const BRAILLE_FRAMES = ["⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue