import { createSlice } from '@reduxjs/toolkit'; export const counterSlice = createSlice({ name: 'counter', // also prefix for actions ...
確定! 回上一頁