/**
 * Do not modify this file, it is auto-generated.
 *
 * This file is meant to be used if the layouts are to be exported from a layouts module.
 */
{{#each .}}
export { {{{this.class}}} } from '{{{this.path}}}';
{{/each}}
