import VarItem from "../components/VarItem"; import { CSSVAR_KEYS } from "../constants"; import cn from "root/App.module.css"; function Other() { const ids = CSSVAR_KEYS.other.map((i) => i.id); return (
{ids.map((id) => { return ; })}
); } export default Other;