6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
|
import React from "react";
|
||
|
|
||
|
export const ClientScopesPage = () => {
|
||
|
return <>The Client Scopes Page</>;
|
||
|
};
|