keycloak-scim/src/PageNotFoundSection.tsx
Erik Jan de Wit 1297c9f391
Restructure (#78)
* moved files into new structure

* translation files / namespace per "page"

fixes: #77

* renamed pages to sections

* moved save, delete and others to common bundle
2020-09-10 14:04:03 -04:00

5 lines
104 B
TypeScript

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