10 lines
294 B
JavaScript
10 lines
294 B
JavaScript
import { makeSkeletonPage } from "../../runtime/makeSkeletonPage.js";
|
|
|
|
export default makeSkeletonPage({
|
|
title: "Notice Management",
|
|
routePath: "/config/notice",
|
|
moduleId: "J2t",
|
|
featureKey: "config.notice",
|
|
notes: ["Includes markdown-like editor behavior and sorting actions."],
|
|
});
|