reduced the components moved (#6110)

This commit is contained in:
Vamsi Krishna 2024-12-02 13:35:40 +05:30 committed by GitHub
parent 63bc01f385
commit 5150c661ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 6 deletions

View file

@ -1,7 +1,7 @@
"use client";
// components
import { NotificationsSidebar } from "@/components/workspace-notifications";
import { NotificationsSidebar } from "@/plane-web/components/workspace-notifications";
export default function ProjectInboxIssuesLayout({ children }: { children: React.ReactNode }) {
return (