UNPKG

@frontity/mars-theme

Version:

A starter theme for Frontity

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