Clone attachment to other piece

This commit is contained in:
2025-10-15 15:06:41 +02:00
parent 8c05c0e825
commit 589994d62f
7 changed files with 275 additions and 181 deletions

View File

@@ -1,3 +1,6 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.autoImportFileExcludePatterns": [
"@radix-ui",
],
}