Skip to content

Commit 8431def

Browse files
Merge pull request #31839 from storybookjs/sidnioulz/regroup-hooks
Core: Group hooks in a single folder
2 parents 60ea56a + d4d5f97 commit 8431def

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

code/core/src/manager/components/layout/LayoutProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { FC, PropsWithChildren } from 'react';
22
import React, { createContext, useContext, useMemo, useState } from 'react';
33

44
import { BREAKPOINT } from '../../constants';
5-
import { useMediaQuery } from '../hooks/useMedia';
5+
import { useMediaQuery } from '../../hooks/useMedia';
66

77
type LayoutContextType = {
88
isMobileMenuOpen: boolean;

0 commit comments

Comments
 (0)