"use client"; import { Outlet } from "react-router"; // components import { NotificationsSidebarRoot } from "@/components/workspace-notifications/sidebar"; export default function ProjectInboxIssuesLayout() { return (
); }