import React from "react" import {StatChange} from "../../" function StatChangeDefault() { return (


) } export default StatChangeDefault;