Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
spot-web-app
Commits
d9c75e57
Commit
d9c75e57
authored
Apr 19, 2021
by
Alexandre Duret-Lutz
Browse files
run prettier 2.2.1
parent
caab5f7c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
client/src/LtlApp.js
View file @
d9c75e57
This diff is collapsed.
Click to expand it.
client/src/index.js
View file @
d9c75e57
import
React
from
'
react
'
;
import
ReactDOM
from
'
react-dom
'
;
import
LtlApps
from
'
./LtlApp
'
import
CssBaseline
from
'
@material-ui/core/CssBaseline
'
;
import
React
from
"
react
"
;
import
ReactDOM
from
"
react-dom
"
;
import
LtlApps
from
"
./LtlApp
"
;
import
CssBaseline
from
"
@material-ui/core/CssBaseline
"
;
ReactDOM
.
render
(
<
React
.
Fragment
>
<
CssBaseline
/>
<
LtlApps
/>
<
/React.Fragment>
,
document
.
getElementById
(
'
root
'
)
<
React
.
Fragment
>
<
CssBaseline
/>
<
LtlApps
/>
<
/React.Fragment>
,
document
.
getElementById
(
"
root
"
)
);
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