Skip to content

Commit

Permalink
useStateの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Nov 16, 2024
1 parent cc13fcf commit c36d13a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/components/view/ranking/ImageList.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Card } from "@/components/ui/card";
import { fetcher } from "@/functions/fetcher";
import type { ScoreDetail } from "@/types";
import { useState } from "react";
import { VscListOrdered } from "react-icons/vsc";
import useSWR from "swr";
import { LoadingSpinner } from "../LoadingSpinner";
Expand Down

0 comments on commit c36d13a

Please sign in to comment.