[hw] rename haxework package to hw
This commit is contained in:
10
src/main/hw/view/group/HGroupView.hx
Executable file
10
src/main/hw/view/group/HGroupView.hx
Executable file
@@ -0,0 +1,10 @@
|
||||
package hw.view.group;
|
||||
|
||||
import hw.view.layout.HorizontalLayout;
|
||||
|
||||
class HGroupView extends GroupView {
|
||||
|
||||
public function new() {
|
||||
super(new HorizontalLayout());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user