Relocate geom package from view

- Relates #813
This commit is contained in:
Janne Valkealahti
2023-10-20 08:38:01 +01:00
parent d77bcac59c
commit 433c1f96f0
36 changed files with 61 additions and 59 deletions

View File

@@ -20,8 +20,8 @@ import org.springframework.shell.component.ViewComponent;
import org.springframework.shell.component.view.TerminalUI;
import org.springframework.shell.component.view.control.BoxView;
import org.springframework.shell.component.view.control.InputView;
import org.springframework.shell.component.view.geom.HorizontalAlign;
import org.springframework.shell.component.view.geom.VerticalAlign;
import org.springframework.shell.geom.HorizontalAlign;
import org.springframework.shell.geom.VerticalAlign;
import org.springframework.shell.standard.AbstractShellComponent;
@Command