We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5c396 commit f2f36a7Copy full SHA for f2f36a7
__fixtures__/test-project-rsc-kitchen-sink/web/src/layouts/AuthLayout/AuthLayout.tsx
@@ -7,7 +7,7 @@ type AuthLayoutProps = {
7
children?: React.ReactNode
8
}
9
10
-const NavigationLayout = ({ children }: AuthLayoutProps) => {
+const AuthLayout = ({ children }: AuthLayoutProps) => {
11
return (
12
<div className="auth-layout">
13
<nav>
@@ -44,4 +44,4 @@ const NavigationLayout = ({ children }: AuthLayoutProps) => {
44
)
45
46
47
-export default NavigationLayout
+export default AuthLayout
0 commit comments