mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 23:26:30 +08:00
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
import { StyledTableCell } from './styles';
|
|
export const TableCell = StyledTableCell;
|
|
|
|
export default TableCell;
|