import header from "../../../messages/en/components/header.json"; import { MAIN_CONTENT_ID } from "../../../lib/mainContent"; /** * First focusable control in the shell. Revealed on focus so keyboard users * can bypass the header and land on the group `
`. */ export default function SkipToContent() { return ( {header.skipToContent} ); }