File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { Translation , useTranslation } from 'react-i18next' ;
21import {
32 PlaylistDeduplicator ,
43 SavedTracksDeduplicator
54} from '../dedup/deduplicator' ;
65import { SpotifyTrackType , SpotifyUserType } from '../dedup/spotifyApi' ;
6+ import { Translation , useTranslation } from 'react-i18next' ;
77
8- import React from 'react' ;
9- import Process from '../dedup/process' ;
10- import { PlaylistModel } from '../dedup/types' ;
118import Badge from './badge' ;
129import BuyMeACoffee from './bmc' ;
1310import { DuplicateTrackList } from './duplicateTrackList' ;
1411import { DuplicateTrackListItem } from './duplicateTrackListItem' ;
1512import Panel from './panel' ;
16- import TmmBanner from './tmm/TmmBanner' ;
13+ import { PlaylistModel } from '../dedup/types' ;
14+ import Process from '../dedup/process' ;
15+ import React from 'react' ;
1716
1817const Status = ( { toProcess } ) => {
1918 const { t } = useTranslation ( ) ;
@@ -357,7 +356,6 @@ export default class Main extends React.Component<{
357356 ) ) }
358357 </ ul >
359358 ) }
360- < TmmBanner placement = "duplicates-processing" />
361359 < style jsx >
362360 { `
363361 .bd {
You can’t perform that action at this time.
0 commit comments