import * as React from 'react'; import { Cell } from "~/components/flow/Cell"; import { range } from 'ramda'; import * as styles from './styles.scss'; export const TestGrid = () => (