reduced the components moved (#6110)
This commit is contained in:
parent
63bc01f385
commit
5150c661ab
5 changed files with 15 additions and 6 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue