Skip to content

Commit

Permalink
Rename import
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jan 13, 2025
1 parent 917f645 commit ed3ec7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hash.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import hashRaw from "@emotion/hash";
import rawHash from "@emotion/hash";
import { memoizeOne } from "./utils";

export const hash = memoizeOne(hashRaw);
export const hash = memoizeOne(rawHash);

0 comments on commit ed3ec7e

Please sign in to comment.