Skip to content

Commit

Permalink
feat: @mxjs/loading 依赖更改为 @mxjs/a-loading
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Feb 18, 2024
1 parent 1918092 commit e90b785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import $ from 'miaoxing';
import {wei, app, event, history} from '@mxjs/app';
import api from '@mxjs/api';
import {NotFound} from '@mxjs/a-ret';
import {PageLoading} from '@mxjs/loading';
import {PageLoading} from '@mxjs/a-loading';
import {ModalSwitch} from '@mxjs/router-modal';
import PropTypes from 'prop-types';
import {ThemeProvider, extendTheme} from '@chakra-ui/react';
Expand Down

0 comments on commit e90b785

Please sign in to comment.