-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(utils): encodeSearchParams are now exported
fix(utils): renamed numberFormatter to formatNumber fix: updated imports for formatNumber and encodeSearchParams docs(Navigation): added actions section and placeholder for utilities
- Loading branch information
Craig Howell
authored and
Craig Howell
committed
Oct 12, 2022
1 parent
4a91470
commit c1725a8
Showing
7 changed files
with
46 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import formatDate from './formatDate'; | ||
import numberFormatter from './numberFormatter'; | ||
import formatNumber from './formatNumber'; | ||
import encodeSearchParams from './encodeSearchParams'; | ||
|
||
export { formatDate, numberFormatter }; | ||
export { formatDate, formatNumber, encodeSearchParams }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters