Skip to content

Commit

Permalink
fix(build): fix duplicate react import
Browse files Browse the repository at this point in the history
  • Loading branch information
Anis SMAIL committed Jan 23, 2025
1 parent 6be5973 commit 0ca4d93
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
* This file is part of the Antares project.
*/

import { memo } from "react";
import { useMemo } from "react";
import { memo, useMemo } from "react";
import * as R from "ramda";
import type { StudyTreeNodeProps } from "./types";
import TreeItemEnhanced from "@/components/common/TreeItemEnhanced";
Expand Down

0 comments on commit 0ca4d93

Please sign in to comment.