1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00
unleash.unleash/frontend/src/component/common/SkipNavLink/SkipNavTarget.tsx
2023-01-11 17:44:21 +01:00

6 lines
141 B
TypeScript

export const SKIP_NAV_TARGET_ID = 'skip-nav-target-id';
export const SkipNavTarget = () => {
return <div id={SKIP_NAV_TARGET_ID} />;
};