Skip to content

Commit

Permalink
ref: import useContextSelector from common package
Browse files Browse the repository at this point in the history
  • Loading branch information
mayan-000 committed Feb 15, 2024
1 parent 080009c commit 6b3d980
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import React, {
useMemo,
useState,
} from 'react';
import { createContext, useContextSelector } from 'use-context-selector';
import { noop } from '@ps-analysis-tool/common';
import { createContext } from 'use-context-selector';
import { noop, useContextSelector } from '@ps-analysis-tool/common';

/**
* Internal dependencies.
Expand Down

0 comments on commit 6b3d980

Please sign in to comment.