Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-18 11:14:22 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
98eee5d8350407c736bd2943f9d77cb7d9b611d6
98eee5d8
1 parent
babe2ea1
update Import statement
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
front/src/Components/FriendsList/FriendsList.js
front/src/Components/FriendsList/FriendsList.js
View file @
98eee5d
...
...
@@ -2,7 +2,7 @@ import React from "react";
import
Styled
from
"styled-components"
;
import
{
FontAwesomeIcon
}
from
"@fortawesome/react-fontawesome"
;
import
{
faPlusCircle
}
from
"@fortawesome/free-solid-svg-icons"
;
import
SearchBox
from
"./SearchBox"
;
import
SearchBox
from
".
.
/SearchBox"
;
import
ChatListBox
from
"./ChatListBox"
;
const
FriendsList
=
Styled
.
div
`
...
...
Please
register
or
login
to post a comment