Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
react-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TaeWook Kim
react-material
Commits
4fa293fb
Commit
4fa293fb
authored
1 year ago
by
TaeWook Kim
Browse files
Options
Downloads
Patches
Plain Diff
1
parent
a6a7cb03
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7812
passed
1 year ago
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/App.js
+8
-2
8 additions, 2 deletions
src/App.js
with
8 additions
and
2 deletions
src/App.js
+
8
−
2
View file @
4fa293fb
import
React
from
'
react
'
;
import
Typography
from
'
@mui/material
/Typography
'
;
import
{
Typography
,
AppBar
}
from
'
@mui/material
'
;
export
default
function
App
()
{
return
<
Typography
variant
=
"
h1
"
>
Hello
World
<
/Typography
>
return
(
<
React
.
Fragment
>
<
AppBar
position
=
"
fixed
"
>
<
Typography
align
=
"
center
"
variant
=
"
h3
"
color
=
"
inherit
"
>
Favorite
Music
<
/Typography
>
<
/AppBar
>
<
/React.Fragment
>
)
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment