import './index.pc.scss';
import React from 'react';
import { App } from '@fxext/core';
import routers from './routers';
const init = async (history, setAppState) => {
return true;
};
export default function Main() {
return <App routers={routers} init={init} />;
}