nn-input-file.js

nn-input-file.js
import tpeRegistry from '../tpeRegistry'
import { NnInputFile } from './nn-input-file-class'

tpeRegistry.define('nn-input-file', NnInputFile)