{% for table in tables -%}
const \{{{ table.TABLE_NAME.toUpperCamel() }}\} = require("../{{ table.TABLE_NAME.toKebabCase() }}");
{% endfor %}
