feat: add Checkbox docs in route

This commit is contained in:
p-sw 2024-06-02 03:24:30 +09:00
parent d48a31c170
commit 8b53e0a0e4

View File

@ -34,6 +34,11 @@ export default {
path: "/docs/components/button",
name: "Button",
eq: (pathname: string) => pathname === "/docs/components/button"
},
{
path: "/docs/components/checkbox",
name: "Checkbox",
eq: (pathname: string) => pathname === "/docs/components/checkbox"
}
]
}