Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIR - Visual Interactive Reading
VIR - frontend
Commits
b49b675b
Commit
b49b675b
authored
7 months ago
by
Pedro Fonseca
Browse files
Options
Download
Email Patches
Plain Diff
preparando para dar merge
parent
c6ccef8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vir/src/App.js
+3
-14
vir/src/App.js
with
3 additions
and
14 deletions
+3
-14
vir/src/App.js
View file @
b49b675b
import
'
./App.css
'
;
import
React
from
'
react
'
;
import
Header
from
'
./components/bookshelf/bookshelf
'
;
import
BookReader
from
'
./components/reader/bookreader
'
;
import
Navbar
from
'
./components/footer-component/footer
'
;
import
WithLabelExample
from
'
./components/progress-bar/progress
'
;
function
App
()
{
return
(
<
div
className
=
"
App
"
>
<
Header
/>
<
main
>
<
WithLabelExample
/>
<
Navbar
><
/Navbar
>
<
/main
>
<
/div
>
);
}
export
default
App
;
\ No newline at end of file
export
default
App
;
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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
Projects
Groups
Snippets
Help