Skip to content
Snippets Groups Projects

Finalisation du panier

Merged Princelle Maxime requested to merge develop into main
Viewing commit c49f023d
Show latest version
4 files
+ 8
9
Preferences
Compare changes
Files
4
@@ -25,7 +25,7 @@ function classNames(...classes: unknown[]) {
const Main = ({ title, subTitle, children }: LayoutProps) => {
let auth = useAuth();
const { cartState, dispatch } = useContext(cartContext);
const { dispatch } = useContext(cartContext);
let navigate = useNavigate();
let path = window.location.pathname;