next.js/src/components/container.tsx (
8
lines of code) (
raw
):
import { styled } from 'baseui'; const Container = styled('div', { display: 'flex', flexDirection: 'column', alignItems: 'center', height: '100vh', }); export default Container;