import React, { Component } from 'react'; import PathSearch from './ShixunPathSearch.js'; import { configShareForPaths } from 'educoder' class ShixunPath extends Component{ constructor(props) { super(props) } componentDidMount() { configShareForPaths() } render(){ return(
) } } export default ShixunPath;