From 0d068be6d994f552621c9344ee8bb9cdb285f967 Mon Sep 17 00:00:00 2001 From: Simon Krajewski Date: Thu, 5 Oct 2017 22:04:59 +0200 Subject: [PATCH] add missing import in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84e52fc60..53ca27c30 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Using HaxeUI components in haxe code is simple and easy: ```haxe import haxe.ui.components.Button; import haxe.ui.containers.VBox; +import haxe.ui.core.Screen; var main = new VBox();