create project
This commit is contained in:
15
kitabcitab/node_modules/next/dist/esm/shared/lib/hooks-client-context.js
generated
vendored
Normal file
15
kitabcitab/node_modules/next/dist/esm/shared/lib/hooks-client-context.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
"use client";
|
||||
import { createContext } from 'react';
|
||||
|
||||
export const SearchParamsContext = createContext(null);
|
||||
export const PathnameContext = createContext(null);
|
||||
export const ParamsContext = createContext(null);
|
||||
export const LayoutSegmentsContext = createContext(null);
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
SearchParamsContext.displayName = 'SearchParamsContext';
|
||||
PathnameContext.displayName = 'PathnameContext';
|
||||
ParamsContext.displayName = 'ParamsContext';
|
||||
LayoutSegmentsContext.displayName = 'LayoutSegmentsContext';
|
||||
}
|
||||
|
||||
//# sourceMappingURL=hooks-client-context.js.map
|
||||
Reference in New Issue
Block a user