diff --git a/src/components/ToolBar/components/searchBtn/SearchBtn.tsx b/src/components/ToolBar/tools/SearchBtn.tsx similarity index 87% rename from src/components/ToolBar/components/searchBtn/SearchBtn.tsx rename to src/components/ToolBar/tools/SearchBtn.tsx index c93e24a..316db18 100644 --- a/src/components/ToolBar/components/searchBtn/SearchBtn.tsx +++ b/src/components/ToolBar/tools/SearchBtn.tsx @@ -1,7 +1,7 @@ -import styles from "../../ToolBar.module.css" -import Button from "../../../ui/button/button"; +import styles from "../ToolBar.module.css" +import Button from "../../ui/button/button"; import { useEffect, useState } from "react"; -import SearchBar from "../../../SearchBar/SearchBar"; +import SearchBar from "../../SearchBar/SearchBar"; export default function SearchBtn() {