Create a Zustand store for a shopping cart with add, remove, total.
import { create } from 'zustand'; // Create a cart store