Skip to content

Commit

Permalink
rename useLocalStorage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxSchmide authored Sep 4, 2023
1 parent 87533d1 commit d7df770
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect } from 'react';
import { getInitialItems, useAppDispatch } from '../redux';

export const useInitCart = () => {
export const useInitialCart = () => {
const dispatch = useAppDispatch();

useEffect(() => {
Expand Down

0 comments on commit d7df770

Please sign in to comment.