--- import type { SystemStat } from '../lib/types'; import InfoTile from './ui/InfoTile.astro'; interface Props { stats: SystemStat[]; } const { stats } = Astro.props; ---