UNPKG

plxnner

Version:

An elegant open-source planner for Instagram

15 lines (13 loc) 334 B
import plannerConfig from "~/planner.config" export function usePlannerConfig(): IRawConfig { return { project: { links: { docs: "https://dxlliv.github.io/planner/docs/", source: "https://github.com/dxlliv/planner", support: "https://patreon.com/dxlliv", } }, ...plannerConfig } }