mirror of
				https://github.com/hydralauncher/hydra.git
				synced 2025-03-09 15:40:26 +00:00 
			
		
		
		
	remove unused import
This commit is contained in:
		
							parent
							
								
									cdd18a8ce2
								
							
						
					
					
						commit
						1299eecc12
					
				
					 2 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -12,7 +12,6 @@ import { useAppDispatch, useAppSelector } from "@renderer/hooks";
 | 
			
		|||
 | 
			
		||||
import * as styles from "./header.css";
 | 
			
		||||
import { clearSearch } from "@renderer/features";
 | 
			
		||||
import { Button } from "../button/button";
 | 
			
		||||
import { AppUpdaterEvents } from "@types";
 | 
			
		||||
 | 
			
		||||
export interface HeaderProps {
 | 
			
		||||
| 
						 | 
				
			
			@ -166,7 +165,7 @@ export function Header({ onSearch, onClear, search }: HeaderProps) {
 | 
			
		|||
            className={styles.newVersionButton}
 | 
			
		||||
            onClick={handleClickRestartAndUpdate}
 | 
			
		||||
          >
 | 
			
		||||
            <SyncIcon size={14} />
 | 
			
		||||
            <SyncIcon size={12} />
 | 
			
		||||
            <small>
 | 
			
		||||
              New version {newVersion} available. Click here to restart and
 | 
			
		||||
              install
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
import type { Downloader, GameStatus } from "@shared";
 | 
			
		||||
import { ProgressInfo, UpdateInfo } from "electron-updater";
 | 
			
		||||
import { UpdateInfo } from "electron-updater";
 | 
			
		||||
 | 
			
		||||
export type GameShop = "steam" | "epic";
 | 
			
		||||
export type CatalogueCategory = "recently_added" | "trending";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue