diff --git a/squarenotsquare/src/libs/ShapeEnum.js b/squarenotsquare/src/libs/ShapeEnum.js new file mode 100644 index 0000000..7ed6f19 --- /dev/null +++ b/squarenotsquare/src/libs/ShapeEnum.js @@ -0,0 +1,10 @@ +import Icons from "../themes/Icons"; + +export const shapes = { + '0': Icons.wrongShapes.rectangle, + '1': Icons.wrongShapes.triangle, + '2': Icons.wrongShapes.circle, + '3': Icons.wrongShapes.hexagon, + '4': Icons.wrongShapes.pentagon, + '5': Icons.wrongShapes.octagon +} \ No newline at end of file