Update import

This commit is contained in:
Pieter Vander Vennet 2020-07-23 17:33:24 +02:00
parent 1488caf362
commit 6a055247c8

View file

@ -1,5 +0,0 @@
import {IntField} from "./UI/Input/PhoneField";
const f = new IntField().AttachTo("maindiv")
f.GetValue().addCallback(console.log)