<template> <live-statistics-panel /> </template> <script> import LiveStatisticsPanel from './LiveStatisticsPanel.vue' export default { name: 'LiveStatistics', components: { LiveStatisticsPanel } } </script>