Skip to content

Commit

Permalink
fix: typo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
christianmat committed Jan 24, 2024
1 parent 01e2878 commit 74a43a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const description = 'Easily persist data across browsers and devices.'
const siteUrl = 'https://remote.storage'
const packageJson = require('../../../packages/js-client/package.json')

export default function App({ Component, pageProps }: AppProps) {\
export default function App({ Component, pageProps }: AppProps) {
const router = useRouter()

useEffect(() => {
Expand Down

0 comments on commit 74a43a7

Please sign in to comment.