Fixed 'use client' usage.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import Logout from './Logout';
|
||||
import LogoutPage from './LogoutPage';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
export default function () {
|
||||
return <Logout />;
|
||||
return <LogoutPage />;
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
|
||||
Reference in New Issue
Block a user