Skip to content

Commit 01e2878

Browse files
committed
fix(www): remove redundant comment
1 parent 1decea0 commit 01e2878

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/www/pages/_app.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ const description = 'Easily persist data across browsers and devices.'
2525
const siteUrl = 'https://remote.storage'
2626
const packageJson = require('../../../packages/js-client/package.json')
2727

28-
export default function App({ Component, pageProps }: AppProps) {
28+
export default function App({ Component, pageProps }: AppProps) {\
2929
const router = useRouter()
3030

3131
useEffect(() => {
32-
// Track page views
3332
const handleRouteChange = () => posthog?.capture('$pageview')
3433
router.events.on('routeChangeComplete', handleRouteChange)
3534

0 commit comments

Comments
 (0)