From 7402dc01c4461c73891246fadc2a5830389ecdf9 Mon Sep 17 00:00:00 2001 From: Ngo Quoc Dat Date: Wed, 20 May 2026 12:37:36 +0700 Subject: [PATCH] fix(coordinator): restore CodeEditTextView import dropped in #1340 --- TablePro/TableProApp.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/TablePro/TableProApp.swift b/TablePro/TableProApp.swift index 08bba088a..b22c6add7 100644 --- a/TablePro/TableProApp.swift +++ b/TablePro/TableProApp.swift @@ -5,6 +5,7 @@ // Created by Ngo Quoc Dat on 16/12/25. // +import CodeEditTextView import Combine import Observation import os