import React from 'react'; <% if (isStyle === 'css') {%> import styles from './index.css';<%}%> <% if (isStyle === 'scss') {%> import styles from './index.scss';<%}%> <% if (isStyle === 'less') {%> import styles from './index.less';<%}%> <% if (reactFeatures.includes('locale')) { %>import { formatMessage } from 'umi-plugin-locale';<% } -%> export default function() { return (
src/pages/index.js and save to reload.