From 5897d76c0449efc2970641bcad3bc8608d52deaf Mon Sep 17 00:00:00 2001 From: daboe01 Date: Sat, 13 Jun 2026 22:38:36 +0200 Subject: [PATCH] fixed: imports --- AppKit/CPTextView/_CPTableTextAttachment.j | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AppKit/CPTextView/_CPTableTextAttachment.j b/AppKit/CPTextView/_CPTableTextAttachment.j index 00b671aac..8f56f684e 100644 --- a/AppKit/CPTextView/_CPTableTextAttachment.j +++ b/AppKit/CPTextView/_CPTableTextAttachment.j @@ -19,9 +19,9 @@ */ -@import -@import -@import +@import "CPView.j" +@import "CPTextView.j" +@import "CPTextField.j" @import @implementation _CPTableTextAttachment : CPView