Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
imteekay committed Apr 20, 2024
1 parent c0fa6dc commit 69d5c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coding_interviews/frontend/react/useMap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useCallback } from 'react';
import { useCallback } from 'react';

function useMap(initialValue) {
const [map, setMap] = useState(new Map(initialValue));
Expand Down

0 comments on commit 69d5c36

Please sign in to comment.