MCPcopy Create free account
hub / github.com/ChrisAbdo/MotionVariants / classNames

Function classNames

components/shared/nav-sheet.tsx:35–37  ·  view source on GitHub ↗
(...classes: any[])

Source from the content-addressed store, hash-verified

33 },
34];
35function classNames(...classes: any[]) {
36 return classes.filter(Boolean).join(" ");
37}
38export default function NavSheet() {
39 return (
40 <Sheet>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected