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