Skip to content

Commit

Permalink
test: patch
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 4, 2024
1 parent c45eac9 commit c9121e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@ts-nocheck
import "@/styles/globals.css";
import * as Fathom from "fathom-client";
import type { AppProps } from "next/app";
Expand Down Expand Up @@ -29,6 +30,5 @@ export default function App({ Component, pageProps }: AppProps) {
};
}, []);

//@ts-expect-error
return <Component {...pageProps} />;
}

0 comments on commit c9121e4

Please sign in to comment.