UNPKG

codenawis-theme

Version:

A frontity theme by @mymakarim @codenawis

8 lines (6 loc) 193 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"));