UNPKG

@frontity/twentytwenty-theme

Version:

The WordPress Twenty Twenty starter theme for Frontity

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