Skip to content

Commit

Permalink
fix: 불필요 import 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy3458 committed Aug 25, 2024
1 parent 534c0bb commit c046b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tales/readTale/ReadTale.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from "react";
import { useEffect, useState } from "react";
import Header from "@components/common/header/Header";
import * as S from "./ReadTale.styled";
import Dropdown from "@components/common/dropDown/Dropdown";
Expand Down

0 comments on commit c046b52

Please sign in to comment.