import React from "react";
export default function StatisticsPage() {
return <p>
Statistics Page
</p>
}