Skip to content

Commit

Permalink
fix: Update import path for IOModal to new naming convention (#5423)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz authored Dec 24, 2024
1 parent 4fec41f commit d31be29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/pages/Playground/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useGetFlow } from "@/controllers/API/queries/flows/use-get-flow";
import { useCustomNavigate } from "@/customization/hooks/use-custom-navigate";
import { track } from "@/customization/utils/analytics";
import IOModal from "@/modals/IOModal/newModal";
import IOModal from "@/modals/IOModal/new-modal";

This comment has been minimized.

Copy link
@Adnan123123u

Adnan123123u Dec 25, 2024

wrong

import { useStoreStore } from "@/stores/storeStore";
import { useEffect } from "react";
import { useParams } from "react-router-dom";
Expand Down

0 comments on commit d31be29

Please sign in to comment.