forked from deriv-com/deriv-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yauheni/74120/icon with message ts migration
- Loading branch information
“yauheni-kryzhyk-deriv”
committed
Nov 2, 2022
1 parent
adb5ad7
commit 4dbb3c0
Showing
3 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...src/Components/icon-with-message/index.js → ...src/Components/icon-with-message/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import IconWithMessage from './icon-with-message.jsx'; | ||
import IconWithMessage from './icon-with-message'; | ||
import './icon-with-message.scss'; | ||
|
||
export default IconWithMessage; |