Skip to content

Commit

Permalink
Remove PlainChat from pages router
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Feb 27, 2025
1 parent c1f33e0 commit 32c0e36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import CacheProvider from "react-inlinesvg/provider";
import { trpc } from "@calcom/trpc/react";

import type { AppProps } from "@lib/app-providers";
import PlainChat from "@lib/plain/dynamicProvider";

import "../styles/globals.css";

Expand All @@ -22,7 +21,6 @@ function MyApp(props: AppProps) {

return (
<SessionProvider session={pageProps.session ?? undefined}>
<PlainChat />
{/* @ts-expect-error FIXME remove this comment when upgrading typescript to v5 */}
<CacheProvider>
{Component.PageWrapper ? <Component.PageWrapper {...props} /> : <Component {...pageProps} />}
Expand Down

0 comments on commit 32c0e36

Please sign in to comment.