Migrate to a monorepo structure (#2909)
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
import styled from '@emotion/styled';
|
||||
|
||||
const StyledTable = styled.div``;
|
||||
|
||||
export { StyledTable as Table };
|
||||
Reference in New Issue
Block a user