import { formatBytes } from "../helper/formatBytes"; import { formatSecondsToTime } from "../helper/formatSecondsToTime"; import { useStatsStore } from "../stores/statsStore"; export const Footer: React.FC<{}> = () => { let stats = useStatsStore((stats) => stats.stats); return (