developer239/react-apollo-graphql

View on GitHub
src/components/Layout/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import styled from 'styled-components'
import { Layout as AntLayout } from 'antd'

export const Layout = styled(AntLayout)`
  min-height: 100% !important;
`