ci: import formatting

This commit is contained in:
Moyasee
2025-10-23 14:27:03 +03:00
parent d21ec52814
commit daf9751cf6

View File

@@ -25,10 +25,7 @@ import { buildGameDetailsPath } from "@renderer/helpers";
import { Star, ThumbsUp, ThumbsDown, TrashIcon } from "lucide-react";
import type { GameShop } from "@types";
import { DeleteReviewModal } from "@renderer/pages/game-details/modals/delete-review-modal";
import {
GAME_STATS_ANIMATION_DURATION_IN_MS,
} from "./profile-animations";
import { GAME_STATS_ANIMATION_DURATION_IN_MS } from "./profile-animations";
import "./profile-content.scss";
type SortOption = "playtime" | "achievementCount" | "playedRecently";