6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
import SSOPage from './SSOPage';
|
|
|
|
export default function () {
|
|
return <SSOPage />;
|
|
}
|