authorizer/dashboard/src/components/layouts/AuthLayout.tsx

6 lines
99 B
TypeScript
Raw Normal View History

2021-12-30 04:31:51 +00:00
import React from 'react';
export default function AuthLayout() {
return <h1>Auth Layout</h1>;
}