Update index.tsx

This commit is contained in:
Steve Ruiz 2021-06-03 17:16:11 +01:00
parent 475d04e3d0
commit 5f45aed6a5

View file

@ -141,6 +141,7 @@ const shapeUtilityMap: Record<ShapeType, ShapeUtility<Shape>> = {
[ShapeType.Ray]: ray,
[ShapeType.Draw]: draw,
[ShapeType.Arrow]: arrow,
[ShapeType.Text]: arrow,
}
/**