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