MCPcopy Create free account
hub / github.com/F12FLASH/CTF / HeaderProps

Interface HeaderProps

7.GraphQL Apocalypse/client/src/components/header.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Badge } from "@/components/ui/badge";
4
5interface HeaderProps {
6 onOpenFlagModal: () => void;
7}
8
9export function Header({ onOpenFlagModal }: HeaderProps) {
10 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected