refactor: streamline imports in AsignaturaPreviewCard and $planId components; update animation duration in styles

This commit is contained in:
2025-08-29 11:24:51 -06:00
parent a487a8c293
commit 6e84860230
4 changed files with 26 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
import { Link } from "@tanstack/react-router"
import * as Icons from "lucide-react"
import { useSuspenseQuery } from "@tanstack/react-query"
import React, { useMemo } from "react"
import { useMemo } from "react"
import { asignaturaExtraOptions } from "./planQueries"
import { SmallStat } from "./SmallStat"