// src/slices/index.ts
import authReducer from "./authSlice";

// You can import and export other slices here if you have more than one slice

export { authReducer };
