"use strict"; var marko_template = module.exports = require("marko/src/html").t(__filename), marko_componentType = "/marko-test$1.0.0/compiler/fixtures-html/importModule/template.marko", components_helpers = require("marko/src/runtime/components/helpers"), marko_renderer = components_helpers.r, marko_defineComponent = components_helpers.c, foo = require("./foo"); function render(input, out, __component, component, state) { var data = input; foo(); } marko_template._ = marko_renderer(render, { ___implicit: true, ___type: marko_componentType }); marko_template.Component = marko_defineComponent({}, marko_template._); marko_template.meta = { id: "/marko-test$1.0.0/compiler/fixtures-html/importModule/template.marko" };