Skip to content

Commit

Permalink
useStateが使われていないの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kinako1415 committed Aug 13, 2024
1 parent 472fec5 commit 175147a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/unlocked/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Box } from "@radix-ui/themes";
import { useEffect, type ReactElement } from "react";
import { type ReactElement } from "react";
import styled from "styled-components";
import useSWR from "swr";
import { match } from "ts-pattern";
Expand Down

0 comments on commit 175147a

Please sign in to comment.