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

7 lines
155 B
JavaScript
Raw Permalink Normal View History

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