UNPKG

@ai-growth/nextjs

Version:

Seamlessly integrate Sanity CMS with Next.js applications for automated blog routing and rendering

13 lines (12 loc) 558 B
"use strict"; /** * @fileoverview Context Exports * * This module re-exports all context providers and related utilities. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.useCache = exports.CacheProvider = void 0; // Cache context var CacheContext_1 = require("./CacheContext"); Object.defineProperty(exports, "CacheProvider", { enumerable: true, get: function () { return CacheContext_1.CacheProvider; } }); Object.defineProperty(exports, "useCache", { enumerable: true, get: function () { return CacheContext_1.useCache; } });