Skip to content

Commit

Permalink
fix: build 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
gominzip committed Aug 24, 2024
1 parent f5d911d commit 79802b7
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,12 +1,12 @@
import Header from "@components/common/header/Header";
import * as S from "./ReadTale.styled";
import Dropdown from "@components/common/dropDown/Dropdown";
import { nationElements } from "@pages/OnboardingPage";
import { useEffect, useState } from "react";
import NextBtn from "@components/common/NextBtn";
import LoadingScreen from "@components/common/spinner/LoadingScreen";
import { createTale } from "@apis/createTales";
import { useLocation } from "react-router-dom";
import { nationElements } from "@utils/defaultData";

const ReadTale = () => {
const location = useLocation();
Expand Down

0 comments on commit 79802b7

Please sign in to comment.