import PointsCreator from './creator/pointsCreator' function Points() { return ( <> ) } export default Points