Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Runner Test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gin Derick Magno
Runner Test
Commits
fd115aa9
Commit
fd115aa9
authored
2 years ago
by
Gin Derick Magno
Browse files
Options
Downloads
Patches
Plain Diff
change paragraph to Core
parent
5db956a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!3
Merge chm-core-stg to chm-revvy-dev
,
!2
Merge chm-core-dev to chm-core-stg
Pipeline
#53754
passed
2 years ago
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
package-lock.json
+2947
-0
2947 additions, 0 deletions
package-lock.json
src/App.tsx
+8
-10
8 additions, 10 deletions
src/App.tsx
yarn.lock
+228
-328
228 additions, 328 deletions
yarn.lock
with
3183 additions
and
338 deletions
package-lock.json
0 → 100644
+
2947
−
0
View file @
fd115aa9
This diff is collapsed.
Click to expand it.
src/App.tsx
+
8
−
10
View file @
fd115aa9
import
{
useState
}
from
'
react
'
import
{
useState
}
from
'
react
'
;
import
reactLogo
from
'
./assets/react.svg
'
import
reactLogo
from
'
./assets/react.svg
'
;
import
viteLogo
from
'
/vite.svg
'
import
viteLogo
from
'
/vite.svg
'
;
import
'
./App.css
'
import
'
./App.css
'
;
function
App
()
{
function
App
()
{
const
[
count
,
setCount
]
=
useState
(
0
)
const
[
count
,
setCount
]
=
useState
(
0
)
;
return
(
return
(
<>
<>
...
@@ -25,11 +25,9 @@ function App() {
...
@@ -25,11 +25,9 @@ function App() {
Edit
<
code
>
src/App.tsx
</
code
>
and save to test HMR
Edit
<
code
>
src/App.tsx
</
code
>
and save to test HMR
</
p
>
</
p
>
</
div
>
</
div
>
<
p
className
=
"read-the-docs"
>
<
p
className
=
"read-the-docs"
>
Core
</
p
>
Click on the Vite and React logos to learn more
</
p
>
</>
</>
)
)
;
}
}
export
default
App
export
default
App
;
This diff is collapsed.
Click to expand it.
yarn.lock
+
228
−
328
View file @
fd115aa9
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