| DefaultTopSitesStorage.kt | 
          Default implementation of [TopSitesStorage].
 @param pinnedSitesStorage An instance of [PinnedSiteStorage], used for storing pinned sites.
  | 
          2256 | 
        
        
          | DefaultTopSitesView.kt | 
          The default implementation of [TopSitesView] for displaying the top site UI.
 @param store [AppStore] instance for dispatching the top sites changes.
  | 
          804 | 
        
        
          | RenameTopSiteDialog.kt | 
          Display a dialog for renaming a top site
 @param currentName (event) Current top site name.
 @param onConfirm (event) Perform top site rename.
 @param onDismiss (event) Action to perform on dialog dismissal.
  | 
          1705 | 
        
        
          | TopSites.kt | 
          A list of top sites.
 @param topSites List of [TopSite] to display.
 @param onTopSiteClicked Invoked when the user clicked the top site
 @param onRemoveTopSiteClicked Invoked when the user clicked 'Remove' item from drop down menu
 @param onRenameTopSiteClicked Invoked when the user clicked 'Rename' item from drop down menu
  | 
          5883 | 
        
        
          | TopSitesOverlay.kt | 
           | 
          4167 |