Skip to content

Commit

Permalink
fix: removed unwanted files
Browse files Browse the repository at this point in the history
  • Loading branch information
gakshita committed Nov 5, 2024
1 parent 7a68cf7 commit 70f1d51
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 54 deletions.
2 changes: 0 additions & 2 deletions web/app/[workspaceSlug]/(projects)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { CommandPalette } from "@/components/command-palette";
import { WorkspaceAuthWrapper } from "@/layouts/auth-layout";
import { AuthenticationWrapper } from "@/lib/wrappers";
import { FloatingBot } from "@/plane-web/components/pi-chat";
import { AppSidebar } from "./sidebar";

export default function WorkspaceLayout({ children }: { children: React.ReactNode }) {
Expand All @@ -16,7 +15,6 @@ export default function WorkspaceLayout({ children }: { children: React.ReactNod
<main className="relative flex h-full w-full flex-col overflow-hidden bg-custom-background-100">
{children}
</main>
<FloatingBot />
</div>
</WorkspaceAuthWrapper>
</AuthenticationWrapper>
Expand Down
12 changes: 0 additions & 12 deletions web/app/[workspaceSlug]/(projects)/pi-chat/layout.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions web/app/[workspaceSlug]/(projects)/pi-chat/page.tsx

This file was deleted.

1 change: 0 additions & 1 deletion web/ce/components/pi-chat/floating-bot.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions web/ce/components/pi-chat/header/header.tsx

This file was deleted.

1 change: 0 additions & 1 deletion web/ce/components/pi-chat/header/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions web/ce/components/pi-chat/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions web/ce/components/pi-chat/root.tsx

This file was deleted.

0 comments on commit 70f1d51

Please sign in to comment.