Files
twenty/front/src/modules/ui/table/components/Table.tsx
Thaïs 18e210b29b feat: add active and disabled object tables to settings (#1885)
* feat: add active and disabled object tables to settings

Closes #1799, Closes #1800

* refactor: add align prop to TableCell
2023-10-05 22:19:08 +02:00

6 lines
107 B
TypeScript

import styled from '@emotion/styled';
const StyledTable = styled.div``;
export { StyledTable as Table };