mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 00:06:01 +00:00
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
import styled from 'styled-components';
|
|
|
|
export const Grid = styled.div``;
|
|
|
|
export const Row = styled.div``;
|
|
|
|
export const Col = styled.div``;
|