/**
 * Do not modify this file, it will be auto-generated.
 */
{{#each .}}
import { {{{this.class}}} } from '{{{this.path}}}';
{{/each}}

export const MODULES = [
{{#each .}}
  {{{this.class}}}{{#if @last}}{{else}},{{/if}}
{{/each}}
];
