From 6a055247c8243c2ad4a3e39e1a8e9c237ab9b622 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 23 Jul 2020 17:33:24 +0200 Subject: [PATCH] Update import --- test.ts | 5 ----- 1 file changed, 5 deletions(-) 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