UNPKG

9s-fe-core

Version:

Core functionalities for authentication, configuration, and repository management.

9 lines (8 loc) 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FeCoreProvider = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const FeCoreProvider = ({ children }) => { return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: children })); }; exports.FeCoreProvider = FeCoreProvider;