create project
This commit is contained in:
10
kitabcitab/node_modules/next/dist/esm/client/components/render-from-template-context.js
generated
vendored
Normal file
10
kitabcitab/node_modules/next/dist/esm/client/components/render-from-template-context.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use client";
|
||||
import React, { useContext } from 'react';
|
||||
import { TemplateContext } from '../../shared/lib/app-router-context';
|
||||
|
||||
export default function RenderFromTemplateContext() {
|
||||
const children = useContext(TemplateContext);
|
||||
return /*#__PURE__*/ React.createElement(React.Fragment, null, children);
|
||||
};
|
||||
|
||||
//# sourceMappingURL=render-from-template-context.js.map
|
||||
Reference in New Issue
Block a user