diff options
Diffstat (limited to 'shared/models/index.ts')
-rw-r--r-- | shared/models/index.ts | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/shared/models/index.ts b/shared/models/index.ts index 4db1f234e..5c2bc480e 100644 --- a/shared/models/index.ts +++ b/shared/models/index.ts | |||
@@ -1,16 +1,16 @@ | |||
1 | export * from './activitypub' | 1 | export * from './activitypub' |
2 | export * from './actors' | 2 | export * from './actors' |
3 | export * from './moderation' | ||
4 | export * from './custom-markup' | ||
5 | export * from './bulk' | 3 | export * from './bulk' |
6 | export * from './redundancy' | 4 | export * from './common' |
7 | export * from './users' | 5 | export * from './custom-markup' |
8 | export * from './videos' | ||
9 | export * from './feeds' | 6 | export * from './feeds' |
10 | export * from './joinpeertube' | 7 | export * from './joinpeertube' |
8 | export * from './moderation' | ||
11 | export * from './overviews' | 9 | export * from './overviews' |
12 | export * from './plugins' | 10 | export * from './plugins' |
11 | export * from './redundancy' | ||
13 | export * from './search' | 12 | export * from './search' |
14 | export * from './server' | 13 | export * from './server' |
15 | export * from './oauth-client-local.model' | 14 | export * from './tokens' |
16 | export * from './result-list.model' | 15 | export * from './users' |
16 | export * from './videos' | ||