feat: init
This commit is contained in:
9
apps/web/app/(all)/workspace-invitations/layout.tsx
Normal file
9
apps/web/app/(all)/workspace-invitations/layout.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Workspace Invitations",
|
||||
};
|
||||
|
||||
export default function WorkspaceInvitationsLayout({ children }: { children: React.ReactNode }) {
|
||||
return children;
|
||||
}
|
||||
Reference in New Issue
Block a user