Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
8
node_modules/next/dist/esm/shared/lib/loadable-context.shared-runtime.js
generated
vendored
Normal file
8
node_modules/next/dist/esm/shared/lib/loadable-context.shared-runtime.js
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
'use client';
|
||||
import React from 'react';
|
||||
export const LoadableContext = React.createContext(null);
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
LoadableContext.displayName = 'LoadableContext';
|
||||
}
|
||||
|
||||
//# sourceMappingURL=loadable-context.shared-runtime.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue