Skip to content

Commit

Permalink
fix: useQueryParams file does not exist (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamenai authored Jun 15, 2024
1 parent c669309 commit 69d771f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/hooks/use-query-params.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const useQueryParams = () => {
```tsx {3,6} copy

import React from 'react';
import { useQueryParams } from './useQueryParams';
import { useQueryParams } from './use-query-params';

function ExampleComponent() {
const { queryParams, get, set, setEncoded } = useQueryParams();
Expand Down

0 comments on commit 69d771f

Please sign in to comment.