projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[TASK] Migrate Severity to TypeScript
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
backend
/
Resources
/
Private
/
TypeScript
/
RenameFile.ts
diff --git
a/typo3/sysext/backend/Resources/Private/TypeScript/RenameFile.ts
b/typo3/sysext/backend/Resources/Private/TypeScript/RenameFile.ts
index
2bba56b
..
db6cf04
100644
(file)
--- a/
typo3/sysext/backend/Resources/Private/TypeScript/RenameFile.ts
+++ b/
typo3/sysext/backend/Resources/Private/TypeScript/RenameFile.ts
@@
-13,7
+13,7
@@
import * as $ from 'jquery';
import Modal = require('TYPO3/CMS/Backend/Modal');
-import Severity = require('
TYPO3/CMS/Backend
/Severity');
+import Severity = require('
.
/Severity');
/**
* Module: TYPO3/CMS/Backend/RenameFile