import * as React from 'react';
import NTable from './LogicTable';

(window as any).pktLogicTable = <NTable />;
