Commit 385ac4b5 authored by wildfirecode13's avatar wildfirecode13

1

parent 71c252c1
'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;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment