import React from "react"; import { range } from "../../../util"; import { w } from "./tags"; const fontSizePt = 10.5; export const styles = ( {/* */} {[...range(0, 11)].map(i => ( {/* */} ))} {[...range(0, 11)].map(i => ( ))} ); export default styles;