UNPKG

@aamodtgroup/agtech

Version:

A starter theme for Frontity from AG Tech

6 lines 189 B
import { loadable } from "frontity"; /** * Codesplit the list component so it's not included if the users * load a post directly. */ export default loadable(() => import("./list"));