File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,7 @@ import contentUserDataExpressRouter from './ContentUserDataRouter/ContentUserDat
9
9
import contentTypeCacheExpressRouter from './ContentTypeCacheRouter/ContentTypeCacheExpressRouter' ;
10
10
import finishedDataExpressRouter from './FinishedDataRouter/FinishedDataExpressRouter' ;
11
11
12
- import type H5PAjaxExpressRouterOptions from './H5PAjaxRouter/H5PAjaxExpressRouterOptions' ;
13
- import type LibraryAdministrationExpressRouterOptions from './LibraryAdministrationRouter/LibraryAdministrationExpressRouterOptions' ;
14
-
15
12
export {
16
- H5PAjaxExpressRouterOptions ,
17
- LibraryAdministrationExpressRouterOptions ,
18
13
IRequestWithLanguage ,
19
14
IRequestWithUser ,
20
15
IActionRequest ,
Original file line number Diff line number Diff line change 1
- import H5PPlayerUI , { type IH5PPlayerUIProps } from './H5PPlayerUI' ;
2
- import H5PEditorUI , { type IH5PEditorUIProps } from './H5PEditorUI' ;
1
+ import H5PPlayerUI from './H5PPlayerUI' ;
2
+ import H5PEditorUI from './H5PEditorUI' ;
3
3
4
- export { H5PPlayerUI , H5PEditorUI , IH5PPlayerUIProps , IH5PEditorUIProps } ;
4
+ export { H5PPlayerUI , H5PEditorUI } ;
Original file line number Diff line number Diff line change @@ -32,11 +32,6 @@ import ContentUserDataManager from './ContentUserDataManager';
32
32
import UrlGenerator from './UrlGenerator' ;
33
33
import SimpleLockProvider from './implementation/SimpleLockProvider' ;
34
34
import { LaissezFairePermissionSystem } from './implementation/LaissezFairePermissionSystem' ;
35
- import ContentStorer from './ContentStorer' ;
36
-
37
- import type TemporaryFileManager from './TemporaryFileManager' ;
38
-
39
- export type { TemporaryFileManager } ;
40
35
41
36
// Interfaces
42
37
import {
@@ -106,7 +101,6 @@ export {
106
101
AjaxErrorResponse ,
107
102
AjaxSuccessResponse ,
108
103
ContentFileScanner ,
109
- ContentStorer ,
110
104
ContentTypeCache ,
111
105
ContentUserDataManager ,
112
106
H5PAjaxEndpoint ,
You can’t perform that action at this time.
0 commit comments