Skip to content

Commit

Permalink
Fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kmc7468 committed Feb 22, 2024
1 parent 3d540d5 commit 1311c29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { memo, useMemo, useState } from "react";
import { memo, useState } from "react";

import { useIsLogin, useValueRecoilState } from "@/hooks/useFetchRecoilState";

Expand Down

0 comments on commit 1311c29

Please sign in to comment.