import { SHAPES } from '../../constants/shapes'; Page({ data: { shapeList: SHAPES, }, onLoad() { }, });