Create a Redux Toolkit slice for a counter with actions: increment, decrement, incrementByAmount. Wrap a component with the Redux Provider and display the count.
Click Run to test your code