import styles from './hotbar.module.css'; import gridStyles from './grid.module.css'; import Grid from './grid.jsx'; /** * The hotbar. 10 slots of inventory with an active selection. */ export default function Hotbar({ active, hotbarIsHidden, onActivate, slots, }) { return (
); }