UNPKG

gatsby-theme-fast-ai

Version:
7 lines (4 loc) 156 B
import React from 'react'; import { Container } from '@fast-ai/ui-components'; const Content = props => <Container {...props} />; export default Content;