mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-06-18 14:49:32 +07:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
|
const AuthLayout = () => {
|
||
|
return <div>AuthLayout</div>;
|
||
|
};
|
||
|
|
||
|
export default AuthLayout;
|