Skip to content

Commit

Permalink
rename component files
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Sep 15, 2022
1 parent e95fead commit 47b7074
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/components/ui/tabs/dropdown-tab/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { DropdownTab } from './dropdown-tab.component';
import { DropdownTab } from './dropdown-tab';

export default DropdownTab;
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import {
import { MIN_GAS_LIMIT_DEC } from '../send/send.constants';

///: BEGIN:ONLY_INCLUDE_IN(flask)
import { SnapInsight } from '../../components/app/confirm-page-container/flask/snap-insight.component';
import { SnapInsight } from '../../components/app/confirm-page-container/flask/snap-insight';
import { DropdownTab, Tab } from '../../components/ui/tabs';
///: END:ONLY_INCLUDE_IN

Expand Down

0 comments on commit 47b7074

Please sign in to comment.