Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
plants-of-cse
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Levi Coffman
plants-of-cse
Merge requests
!1
Icons
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Icons
icons
into
master
Overview
0
Commits
5
Pipelines
0
Changes
10
Merged
Levi Coffman
requested to merge
icons
into
master
5 years ago
Overview
0
Commits
5
Pipelines
0
Changes
6
Expand
👍
0
👎
0
Merge request reports
Viewing commit
182a3342
Prev
Next
Show latest version
6 files
+
180
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
182a3342
Status is showing up.
· 182a3342
Levi Coffman
authored
5 years ago
webpage/src/App.js
+
2
−
2
Options
// Copyright (2019) Levi Coffman
import
React
,
{
Component
}
from
'
react
'
;
import
Water
from
'
./
Water
.js
'
;
import
Icon
from
'
./
Icon
.js
'
;
export
const
ServerURL
=
"
http://localhost:8080
"
.
toString
();
@@ -9,7 +9,7 @@ class App extends Component {
render
()
{
return
(
<
div
>
<
Water
/>
<
Icon
/>
<
/div
>
);
}
Loading