{"version":3,"file":"main-6a7799e8.js","mappings":"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","sources":["webpack://react-webpack5-template/./src/redux/reducers/app.ts","webpack://react-webpack5-template/./src/redux/reducers/index.ts","webpack://react-webpack5-template/./src/redux/store/index.ts","webpack://react-webpack5-template/./src/containers/Dashboard/style.less","webpack://react-webpack5-template/./src/containers/Dashboard/Dashboard.tsx","webpack://react-webpack5-template/./src/containers/Dashboard/index.ts","webpack://react-webpack5-template/./src/containers/Home/index.ts","webpack://react-webpack5-template/./src/routes/Routes.tsx","webpack://react-webpack5-template/./src/routes/index.ts","webpack://react-webpack5-template/./src/style.less","webpack://react-webpack5-template/./src/App.tsx","webpack://react-webpack5-template/./src/index.tsx"],"sourcesContent":["import { createSlice, PayloadAction } from '@reduxjs/toolkit';\n\nimport { User } from '$src/types';\n\nexport interface AppState {\n user: Partial;\n count: number;\n}\n\nconst initialState: AppState = {\n user: {},\n count: 0,\n};\n\nexport const appSlice = createSlice({\n name: 'app',\n initialState,\n reducers: {\n setUser: (state, action: PayloadAction>) => {\n state.user = { ...action.payload };\n },\n increase: (state, action: PayloadAction) => {\n state.count += action.payload;\n },\n decrease: (state, action: PayloadAction) => {\n state.count -= action.payload;\n },\n },\n});\n\n// Action creators are generated for each case reducer function\nexport const { setUser, increase, decrease } = appSlice.actions;\n\nexport const appReducer = appSlice.reducer;\n","export * from './app';\n","import { configureStore } from '@reduxjs/toolkit';\n\nimport { appReducer } from '../reducers';\n\nexport const store = configureStore({\n reducer: { app: appReducer },\n});\n\nif (__DEV__) {\n window.store = store;\n}\n// Infer the `RootState` and `AppDispatch` types from the store itself\nexport type RootState = ReturnType;\n// Inferred type: {posts: PostsState, comments: CommentsState, users: UsersState}\nexport type AppDispatch = typeof store.dispatch;\n","// extracted by mini-css-extract-plugin\nexport default {\"container\":\"style__container___r5mByTvB\"};","import React, { Suspense } from 'react';\nimport { Outlet } from 'react-router-dom';\n\nimport styles from './style.less';\n\nfunction Dashboard() {\n return (\n
\n \n \n \n
\n );\n}\n\nexport default Dashboard;\n","export { default } from './Dashboard';\n","import { lazy } from 'react';\n\nconst Home = lazy(() => import('./Home'));\n\nexport default Home;\n","import React from 'react';\nimport { useRoutes } from 'react-router-dom';\n\nimport Dashboard from '$src/containers/Dashboard';\nimport Home from '$src/containers/Home';\n\nconst routes = [\n {\n path: '/',\n element: ,\n children: [{ index: true, element: }],\n },\n];\n\nfunction Routes() {\n const element = useRoutes(routes);\n return element;\n}\n\nexport default Routes;\n","export { default } from './Routes';\n","// extracted by mini-css-extract-plugin\nexport default {};","import React from 'react';\nimport { Provider } from 'react-redux';\nimport { BrowserRouter } from 'react-router-dom';\nimport { ConfigProvider } from 'antd';\n\nimport { store } from '$src/redux/store';\nimport Routes from '$src/routes';\n\nimport 'normalize.css';\nimport 'antd/dist/reset.css';\nimport './style.less';\n\nfunction App() {\n return (\n \n \n \n \n \n \n \n );\n}\n\nexport default App;\n","import React from 'react';\nimport { createRoot } from 'react-dom/client';\n\nimport App from './App';\n\nconst container = document.getElementById('root') || document.body;\nconst root = createRoot(container);\nroot.render();\n"],"names":["createSlice","initialState","user","count","appSlice","name","reducers","setUser","state","action","_objectSpread","payload","increase","decrease","_appSlice$actions","actions","appReducer","reducer","configureStore","store","app","__DEV__","window","React","Suspense","Outlet","styles","Dashboard","createElement","className","container","fallback","default","lazy","Home","useRoutes","routes","path","element","children","index","Routes","Provider","BrowserRouter","App","_ConfigProvider","theme","token","borderRadius","colorPrimary","createRoot","document","getElementById","body","root","render"],"sourceRoot":""}