mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix import/export, remove need for .alias.js, closes #74
This commit is contained in:
@@ -6,7 +6,7 @@ const cellBorder = {
|
||||
light: { borderLeft: "1px", borderLeftColor: "blackAlpha.100" }
|
||||
};
|
||||
|
||||
const TableCell = ({
|
||||
export const TableCell = ({
|
||||
bordersVertical = [false, 0, 0],
|
||||
align,
|
||||
cell,
|
||||
@@ -34,5 +34,3 @@ const TableCell = ({
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
||||
export default TableCell;
|
||||
|
Reference in New Issue
Block a user