umami/src/app/logout/page.tsx

6 lines
84 B
TypeScript

import Logout from './Logout';
export default function () {
return <Logout />;
}