Skip to content

Commit

Permalink
update project structure #4
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Jul 4, 2023
1 parent 9c8aea7 commit 09d1543
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/Menu/MenuList.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {FocusEvent, ReactNode, useCallback, useContext, useRef} from 'react';
import {useHotkeys} from 'react-hotkeys-hook';
import useScroll from '@/utils/useScroll';
import useDimensions from '@/utils/useDimensions';
import useScroll from '@/lib/gtag/shared/useScroll';
import useDimensions from '@/lib/gtag/shared/useDimensions';
import {MenuContext} from './MenuContext';

/**
Expand Down
2 changes: 1 addition & 1 deletion components/ScrollToTop/ScrollToTop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import {CSSProperties, useCallback, useState} from 'react';
import {motion} from 'framer-motion';
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';
import useScroll, {ScrollHandler} from '@/utils/useScroll';
import useScroll, {ScrollHandler} from '@/lib/gtag/shared/useScroll';

/**
* Props.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 09d1543

Please sign in to comment.