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:13:19 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c0aff5de3b8e1f9a5b2bdfe7ba77904b38b1072b
c0aff5de
1 parent
9371f864
remove unnecessary file
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
front/src/Components/ChatMain/Bubble.js
front/src/Components/ChatMain/Bubble.js
deleted
100644 → 0
View file @
9371f86
import
React
from
"react"
;
import
styled
from
"styled-components"
;
const
BubbleBox
=
styled
.
div
``
;
export
default
()
=>
{
return
<
BubbleBox
/>
;
};
Please
register
or
login
to post a comment