Skip to content

Commit

Permalink
refactor(app): @mxjs/ret 改为 @mxjs/a-ret
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jan 25, 2024
1 parent da6a7b2 commit a279261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import loadable from '@loadable/component';
import $ from 'miaoxing';
import {wei, app, event, history} from '@mxjs/app';
import api from '@mxjs/api';
import {NotFound} from '@mxjs/ret';
import {NotFound} from '@mxjs/a-ret';
import {PageLoading} from '@mxjs/loading';
import {ModalSwitch} from '@mxjs/router-modal';
import PropTypes from 'prop-types';
Expand Down
2 changes: 1 addition & 1 deletion components/ErrorBoundary.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import {Button} from 'antd';
import {InternalServerError} from '@mxjs/ret';
import {InternalServerError} from '@mxjs/a-ret';
import {wei} from '@mxjs/app';
import * as Sentry from '@sentry/browser';
import {withRouter} from 'react-router';
Expand Down

0 comments on commit a279261

Please sign in to comment.