mirror of
https://github.com/Snouzy/workout-cool.git
synced 2026-05-19 14:40:35 +00:00
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
export default function AuthSignOutPage() {
|
|
return <div>AuthSignOutPage</div>;
|
|
}
|