Skip to content

Commit

Permalink
website: merge libs and shared folders
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Sep 19, 2022
1 parent b592651 commit dd0434e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/components/layout/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Link as GatsbyLink } from 'gatsby'
import { useOnClickOutside } from 'usehooks-ts'

import useHookList from '~/hooks/useHookList'
import { filterHook, sortPosts } from '~/shared/filterHooks'
import { filterHook, sortPosts } from '~/libs/filterHooks'
import { drawerWidth } from '~/theme'

const PREFIX = 'Sidebar'
Expand Down
2 changes: 1 addition & 1 deletion website/src/gatsby/createPages/createHooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CreatePagesArgs } from 'gatsby'
import path from 'path'

import { HookNode } from '../../models'
import { filterHook } from '../../shared/filterHooks'
import { filterHook } from '../../libs/filterHooks'

interface Query {
posts: { nodes: HookNode[] }
Expand Down
File renamed without changes.

0 comments on commit dd0434e

Please sign in to comment.