UNPKG

@prezly/theme-kit-nextjs

Version:

Data layer and utility library for developing Prezly themes with NextJS

5 lines (4 loc) 225 B
export { Route, Router, Routing } from '@prezly/theme-kit-core'; // eslint-disable-next-line import/extensions import * as _RoutingAdapter from "./lib/RoutingAdapter.server.mjs"; export { _RoutingAdapter as RoutingAdapter };