vtex-cms-template-atualizad.../meta/loja.js

7 lines
152 B
JavaScript
Raw Normal View History

2022-12-05 13:22:58 +00:00
const home = require("./pages/home");
module.exports = {
accountName: "agenciamagma",
2022-12-06 17:18:03 +00:00
pages: [{ data: home, template: "thiagodutra-home.html" }],
2022-12-05 13:22:58 +00:00
};