Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2,7 +2,7 @@ import React from "react"; | ... | @@ -2,7 +2,7 @@ import React from "react"; |
2 | import Styled from "styled-components"; | 2 | import Styled from "styled-components"; |
3 | import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; | 3 | import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; |
4 | import { faPlusCircle } from "@fortawesome/free-solid-svg-icons"; | 4 | import { faPlusCircle } from "@fortawesome/free-solid-svg-icons"; |
5 | -import SearchBox from "./SearchBox"; | 5 | +import SearchBox from "../SearchBox"; |
6 | import ChatListBox from "./ChatListBox"; | 6 | import ChatListBox from "./ChatListBox"; |
7 | 7 | ||
8 | const FriendsList = Styled.div` | 8 | const FriendsList = Styled.div` | ... | ... |
-
Please register or login to post a comment