diff --git a/web/components/ui/loader/layouts/project-inbox/inbox-layout-loader.tsx b/web/components/ui/loader/layouts/project-inbox/inbox-layout-loader.tsx index dff6feb3a..944ec02b8 100644 --- a/web/components/ui/loader/layouts/project-inbox/inbox-layout-loader.tsx +++ b/web/components/ui/loader/layouts/project-inbox/inbox-layout-loader.tsx @@ -1,19 +1,26 @@ import React from "react"; // ui import { InboxSidebarLoader } from "./inbox-sidebar-loader"; +import { Loader } from "@plane/ui"; export const InboxLayoutLoader = () => (
-
-
-
- - -
+ +
+ + + +
-
+
+ + + + +
+
);