export function configure(aurelia) {
    aurelia.globalResources([
        './tabs',
        './tab-sections',
        './tab-section'
    ]);
}
