Skip to content

Commit

Permalink
fix: Specify .js extension
Browse files Browse the repository at this point in the history
  • Loading branch information
bamdadfr committed Mar 30, 2022
1 parent 129cbb4 commit 3ab9ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/use-next-replace-url.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {useEffect} from 'react';
import {nextReplaceUrl} from './next-replace-url';
import {nextReplaceUrl} from './next-replace-url.js';

/**
* React Hook for replacing URL parameter in Next.js without re-rendering
Expand Down

0 comments on commit 3ab9ef4

Please sign in to comment.