fix: resolve lint errors from phase 32/33/34 execution
Auto-fixed formatting issues and removed unused imports introduced by background execution agents across currency, i18n, and sharing code. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { HOBBIES } from "@/shared/hobbyConfig";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { HOBBIES } from "@/shared/hobbyConfig";
|
||||
import { HobbyCard } from "./HobbyCard";
|
||||
|
||||
interface OnboardingHobbyPickerProps {
|
||||
@@ -20,9 +20,7 @@ export function OnboardingHobbyPicker({
|
||||
<h1 className="text-3xl font-bold text-gray-900 mb-2">
|
||||
{t("hobby.title")}
|
||||
</h1>
|
||||
<p className="text-base text-gray-500 mb-8">
|
||||
{t("hobby.subtitle")}
|
||||
</p>
|
||||
<p className="text-base text-gray-500 mb-8">{t("hobby.subtitle")}</p>
|
||||
<div className="flex flex-wrap justify-center gap-4 mb-8">
|
||||
{HOBBIES.map((hobby) => (
|
||||
<HobbyCard
|
||||
|
||||
Reference in New Issue
Block a user