6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
![]() |
import React from 'react';
|
||
|
|
||
|
export default function AuthLayout() {
|
||
|
return <h1>Auth Layout</h1>;
|
||
|
}
|