keycloak-scim/src/PageNotFoundSection.tsx
2022-08-03 14:12:07 +02:00

3 lines
76 B
TypeScript

export const PageNotFoundSection = () => {
return <>Page Not Found</>;
};