Skip to content

Commit

Permalink
fix: adjust relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunn522 committed Aug 20, 2024
1 parent 253339e commit 9932657
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/ChatPage/ChatCreatePage/ChatCreatePage.styled.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import styled from "styled-components";

import SearchIcon from "@/assets/ChatPage/icon_search.svg";
// import SearchIcon from "@/assets/ChatPage/icon_search.svg";
import { BottomBtn } from "@/components/BottomBtn";
import { Input } from "@/components/Input";

import SearchIcon from "../../../assets/ChatPage/icon_search.svg";

export const ChatroomAddImgBtn = styled.label<{ $backgroundImage: string | null }>`
display: flex;
width: 8.5rem;
Expand Down

0 comments on commit 9932657

Please sign in to comment.