frontend
    Preparing search index...
    • Hook that manages favorite game paths in localStorage.

      Returns {
          favorites: string[];
          isFavorite: (path: string) => boolean;
          toggleFavorite: (path: string) => void;
      }