@@ -0,0 +1,5 @@
+using System.Windows;
+
+namespace InABox.WPF;
+public class BooleanToGridLengthConverter : BooleanConverter<GridLength> { }