mirror of
https://github.com/vercel/commerce.git
synced 2025-06-16 04:11:22 +00:00
4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
export default function Alphabet() {
|
|
return <nav className="responsivegrid container">Alphabet</nav>;
|
|
}
|