Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
ec5e284f
Commit
ec5e284f
authored
8 years ago
by
Christopher Chedeau
Browse files
Options
Download
Email Patches
Plain Diff
Make it fit in one line
parent
75e197be
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/App.js
+2
-5
src/App.js
with
2 additions
and
5 deletions
+2
-5
src/App.js
+
2
-
5
View file @
ec5e284f
...
...
@@ -6,13 +6,10 @@ export default function App() {
return
(
<
div
>
<
h1
>
Welcome
to
<
img
src
=
{
logo
}
className
=
"
App--logo
"
alt
=
"
React logo
"
/>
React
Welcome
to
<
img
src
=
{
logo
}
className
=
"
App--logo
"
alt
=
"
logo
"
/>
React
<
/h1
>
<
p
>
To
get
started
,
edit
<
code
>
src
/
App
.
js
<
/code> an
d
save
the
file
to
update
.
To
get
started
,
edit
<
code
>
src
/
App
.
js
<
/code> and save to reload
.
<
/p
>
<
/div
>
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets