MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / Divider

Function Divider

app/src/components/nav/AppShell.tsx:36–36  ·  view source on GitHub ↗
(props: BoxProps)

Source from the content-addressed store, hash-verified

34import MaintenanceBanner from "../MaintenanceBanner";
35
36const Divider = (props: BoxProps) => <Box h="1px" bgColor="gray.300" w="full" {...props} />;
37
38const NavSidebar = () => {
39 const user = useSession().data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected