Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
testspark118
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
testspark118
Commits
385ac4b5
Commit
385ac4b5
authored
Jan 18, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
71c252c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
index.jsx
project/src/pages/index/index.jsx
+4
-2
No files found.
project/src/pages/index/index.jsx
View file @
385ac4b5
'use strict'
;
'use strict'
;
import
React
,
{
Component
}
from
'react'
;
import
React
,
{
Component
}
from
'react'
;
import
{
RES_PATH
}
from
'../../../sparkrc.js'
;
import
{
RES_PATH
}
from
'../../../sparkrc.js'
;
//import API from '../../api';
//import API from '../../api';
import
'./index.less'
;
import
'./index.less'
;
class
Index
extends
Component
{
class
Index
extends
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
);
super
(
props
);
}
}
render
()
{
render
()
{
return
(
return
(
<
div
className=
"index "
uuid=
"33234695-73d1-4bbb-8a87-fc6394b033b9"
>
<
div
className=
"index "
uuid=
"33234695-73d1-4bbb-8a87-fc6394b033b9"
>
...
@@ -35,4 +36,5 @@ class Index extends Component {
...
@@ -35,4 +36,5 @@ class Index extends Component {
);
);
}
}
}
}
export
default
Index
;
export
default
Index
;
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