diff --git a/test.ts b/test.ts index c65b01b..e69de29 100644 --- a/test.ts +++ b/test.ts @@ -1,5 +0,0 @@ -import {IntField} from "./UI/Input/PhoneField"; - - -const f = new IntField().AttachTo("maindiv") -f.GetValue().addCallback(console.log) \ No newline at end of file