forked from M3-Academy/vtex-cms-template-atualizado
7 lines
153 B
JavaScript
7 lines
153 B
JavaScript
const home = require("./pages/home");
|
|
|
|
module.exports = {
|
|
accountName: "agenciamagma",
|
|
pages: [{ data: home, template: "manuelaluana-home.html" }],
|
|
};
|