Skip to content

Commit

Permalink
Update useMapHash.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
caspg committed Nov 17, 2024
1 parent 904f796 commit 6263817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useMapHash.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useEffect, useRef, useState, useCallback } from "react";
import throttle from "lodash.throttle";
import { useCallback, useEffect, useState } from "react";
import { MapState } from "../types";

function parseHash(): MapState | null {
Expand Down

0 comments on commit 6263817

Please sign in to comment.