import {RowLayout} from './row-layout/RowLayout';

export const TableLayouts = {
    Rows: RowLayout,
};
