"use client";
// TODO createContextStoreHook does not work well with server-side nextjs bundler// use client necessary here for nowexport { useSmooth } from"./useSmooth.js";
export { useSmoothStatus, withSmoothContextProvider } from"./SmoothContext.js";
//# sourceMappingURL=index.js.map