Toggle navigation
Toggle navigation
This project
Loading...
Sign in
한우준
/
Straight-Up
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
MrMirror21
2020-12-06 23:11:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
52f119814d63b380a72414e7c9d7b51f87dd2b10
52f11981
1 parent
30a4f959
main page init
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
straight-up/src/Main.js
straight-up/src/Main.js
0 → 100644
View file @
52f1198
import
React
from
'react'
export
default
function
Main
()
{
return
(
<
div
>
<
span
>
This
is
Main
Page
<
/span>
<
/div>
)
}
Please
register
or
login
to post a comment