You shouldn’t get warnings if you say which point you want. E.g.,
using Luxor, OtherPackageThatExportsPoint
const Point = OtherPackageThatExportsPoint.Point
const LuxorPoint = Luxor.Point
You shouldn’t get warnings if you say which point you want. E.g.,
using Luxor, OtherPackageThatExportsPoint
const Point = OtherPackageThatExportsPoint.Point
const LuxorPoint = Luxor.Point