import { defineComponent } from "vue"; const Statistics = defineComponent({ setup() { return () => ( <>

Statistics

); }, }); export default Statistics;