UNPKG

@frontity/twentytwenty-theme

Version:

The WordPress Twenty Twenty starter theme for Frontity

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