...
|
...
|
@@ -5,7 +5,7 @@ import { useAppSelector, useAppDispatch, shallowEqualApp } from './store' |
|
|
import { changeMessage } from './store/modules/counter'
|
|
|
import EventBus from '@/utils/events'
|
|
|
import AppLoading from './components/appLoading'
|
|
|
// 1
|
|
|
|
|
|
function App() {
|
|
|
const { counter } = useAppSelector((state) => state, shallowEqualApp)
|
|
|
const navigate = useNavigate()
|
...
|
...
|
|