Skip to content

Commit

Permalink
[ez] Remove unused variables for Next.js docs (#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-statsig authored Jan 21, 2025
1 parent c7fe147 commit cf4dcd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/client/javascript-mono/nextjs/_nextJsBootstrap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ import {
useClientBootstrapInit, // <- Add this
} from "@statsig/react-bindings";
import { StatsigAutoCapturePlugin } from '@statsig/web-analytics';
import React, { useEffect } from "react";

export default function MyStatsig({
children,
Expand Down Expand Up @@ -309,7 +308,6 @@ import {
StatsigUser,
} from "@statsig/react-bindings";
import { runStatsigAutoCapture } from '@statsig/web-analytics';
import React, { useEffect } from "react";

export default function App({ Component, pageProps }: AppProps) {
const clientRef = useRef<StatsigClient | null>();
Expand Down

0 comments on commit cf4dcd0

Please sign in to comment.