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

8 lines
155 B
JavaScript
Raw Normal View History

2022-12-05 13:22:58 +00:00
const home = require("./pages/home");
module.exports = {
accountName: "agenciamagma",
pages: [
2022-12-07 15:16:29 +00:00
{ data: home, template: "vitorsoares-home.html" }],
2022-12-05 13:22:58 +00:00
};