Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Br2850 committed Oct 18, 2024
1 parent cdc587d commit 01764ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/packages/operators/src/useCustomPanelHooks.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { useTrackEvent } from "@fiftyone/analytics";
import { debounce, merge } from "lodash";
import { useCallback, useEffect, useMemo } from "react";

Expand Down
1 change: 0 additions & 1 deletion app/packages/spaces/src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import {
SpaceNodeType,
} from "./types";
import { getNodes } from "./utils";
import { useTrackEvent } from "@fiftyone/analytics";

export function useSpaces(id: string, defaultState?: SpaceNodeJSON) {
const [state, setState] = useRecoilState(spaceSelector(id));
Expand Down

0 comments on commit 01764ea

Please sign in to comment.