keycloak-scim/src/page/PageNotFoundPage.tsx

6 lines
101 B
TypeScript
Raw Normal View History

import React from "react";
export const PageNotFoundPage = () => {
return <>Page Not Found</>;
};