10 lines
292 B
JavaScript
10 lines
292 B
JavaScript
import { makeSkeletonPage } from "../../runtime/makeSkeletonPage.js";
|
|
|
|
export default makeSkeletonPage({
|
|
title: "Theme Config",
|
|
routePath: "/config/theme",
|
|
moduleId: "WQt",
|
|
featureKey: "config.theme",
|
|
notes: ["Bundle contains theme activation and theme config editing flows."],
|
|
});
|