glass-app-manager
Version:
Informatica's Glass Framework CLI for bootstrapping
14 lines (12 loc) • 444 B
JavaScript
import SamplePage from "./workspaces/SamplePage/SamplePage";
import SamplePanel from "./extensions/panels/SamplePanel";
import SampleTabbedPage from "./workspaces/SampleTabbedPage/SampleTabbedPage";
//DONOT remove dev-config.js
//You can edit the configurations in config.json
require("./dev-config.js");
//*DO NOT change the name '$productname' */
export const $productname = {
SamplePage,
SamplePanel,
SampleTabbedPage
};