Skip to content

Commit 57ee5b1

Browse files
committed
temp: disable CopilotKit to fix CSS build error
1 parent 7459d74 commit 57ee5b1

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pages/_app.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
import "../styles/custom.css";
2-
import CopilotKitWrapper from "../components/CopilotKitWrapper";
32

43
export default function MyApp({ Component, pageProps }) {
5-
return (
6-
<CopilotKitWrapper>
7-
<Component {...pageProps} />
8-
</CopilotKitWrapper>
9-
);
4+
return <Component {...pageProps} />;
105
}
116

127

0 commit comments

Comments
 (0)