Skip to content

Commit

Permalink
Fix context import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwkleung committed Dec 22, 2024
1 parent e0e4e2e commit a465564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useDateRange.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useContext } from 'react';
import { DateRangeContext } from '../providers/DateRangeProvider';
import { DateRangeContext } from '../contexts/DateRangeContext';

/**
* Use date range hook
Expand Down

0 comments on commit a465564

Please sign in to comment.