fix(tui): import $ from bun in clipboard

pull/16379/head
Armand Lynch 2026-03-16 08:01:18 -04:00
parent 3bead6ae25
commit 82d54654d5
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import { $ } from "bun"
import { platform, release } from "os"
import clipboardy from "clipboardy"
import { lazy } from "../../../../util/lazy.js"