UNPKG

@tsc_tech/medusa-plugin-notification-template

Version:
14 lines (13 loc) 452 B
import { jsx } from "react/jsx-runtime"; import { defineRouteConfig } from "@medusajs/admin-sdk"; import { BellAlert } from "@medusajs/icons"; import { DataTableComponent } from "../../components/DataTable/index.js"; const NotificationTemplateList = () => /* @__PURE__ */ jsx(DataTableComponent, {}); const config = defineRouteConfig({ icon: BellAlert, label: "Notification Template" }); export { config, NotificationTemplateList as default };