const.js 53 B

1234
  1. export const Shape = {
  2. CUBE: 1,
  3. SPHERE: 2
  4. }