Skip to content

Commit

Permalink
🔥 Remove duplicated hook and change import #1378
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Dec 21, 2022
1 parent 8e5eaf8 commit e1f596f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion web/pageComponents/shared/siteMenu/SiteMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useEffect, useCallback, useState } from 'react'
import styled from 'styled-components'
import { useRouter } from 'next/router'
import { useWindowSize } from '@reach/window-size'
import useWindowDimensions from './hooks/useWindowDimensions'
import useWindowDimensions from '../../../lib/hooks/useWindowSize'
import { RemoveScroll } from 'react-remove-scroll'
import FocusLock from 'react-focus-lock'
import NextLink from 'next/link'
Expand Down
28 changes: 0 additions & 28 deletions web/pageComponents/shared/siteMenu/hooks/useWindowDimensions.tsx

This file was deleted.

0 comments on commit e1f596f

Please sign in to comment.