'use client'; import { jsx as _jsx } from "react/jsx-runtime"; import React, { Fragment } from 'react'; export function IDCell({ id }) { return /*#__PURE__*/_jsx(Fragment, { children: id }); } //# sourceMappingURL=index.js.map