import styles from "./stackable.module.css" export default function Stackable({ children }: React.PropsWithChildren) { return
{children}
}