ee-table.js

ee-table.js
import tpeRegistry from '../tpeRegistry'
import { EeTable } from './ee-table-class'

tpeRegistry.define('ee-table', EeTable)