Skip to content

Commit

Permalink
Move useHistorySelector to src/hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Mar 22, 2023
1 parent 07cdd5e commit 3a0723b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/website/src/components/RulesTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import type { RulesMeta } from '@site/rulesMeta';
import { useRulesMeta } from '@site/src/hooks/useRulesMeta';
import clsx from 'clsx';
import React, { useMemo } from 'react';
import { HistorySelector, useHistorySelector } from '../lib/useHistorySelector';
import {
HistorySelector,
useHistorySelector,
} from '../../hooks/useHistorySelector';

import styles from './styles.module.css';

Expand Down

0 comments on commit 3a0723b

Please sign in to comment.