MCPcopy
hub / github.com/jesec/flood / AppWrapperProps

Interface AppWrapperProps

client/src/javascript/components/AppWrapper.tsx:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19import LogoutButton from './sidebar/LogoutButton';
20
21interface AppWrapperProps {
22 children: ReactNode;
23 className?: string;
24}
25
26const AppWrapper: FC<AppWrapperProps> = observer(({children, className}: AppWrapperProps) => {
27 const navigate = useNavigate();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected