Commit 385ac4b5 authored by wildfirecode13's avatar wildfirecode13

1

parent 71c252c1
'use strict';
import React, { Component } from 'react';
import { RES_PATH } from '../../../sparkrc.js';
//import API from '../../api';
import { RES_PATH } from '../../../sparkrc.js'; //import API from '../../api';
import './index.less';
class Index extends Component {
constructor(props) {
super(props);
}
render() {
return (
<div className="index " uuid="33234695-73d1-4bbb-8a87-fc6394b033b9">
......@@ -35,4 +36,5 @@ class Index extends Component {
);
}
}
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