copy paste
Some checks failed
CI / check (push) Has been cancelled

This commit is contained in:
2026-06-17 13:40:49 +02:00
parent 16296a27da
commit 42defcc7cd
11 changed files with 104 additions and 22 deletions

View File

@@ -10,6 +10,7 @@ const api = {
clipboard: {
writeText: (text: string) => clipboard.writeText(text),
readText: (): string => clipboard.readText(),
},
project: {