Commits
Yury Bondarenko authored 6e22b5376a7
1 1 | /** |
2 2 | * The contents of this file are subject to the license and copyright |
3 3 | * detailed in the LICENSE and NOTICE files at the root of the source |
4 4 | * tree and available online at |
5 5 | * |
6 6 | * http://www.dspace.org/license/ |
7 7 | */ |
8 - | |
8 + | /* eslint-disable import/no-namespace */ |
9 9 | import { |
10 10 | bundle, |
11 11 | RuleExports, |
12 12 | } from '../../util/structure'; |
13 13 | import * as themedComponentUsages from './themed-component-usages'; |
14 14 | |
15 15 | const index = [ |
16 16 | themedComponentUsages, |
17 17 | ] as unknown as RuleExports[]; |
18 18 | |