Skip to content

Commit

Permalink
added reduce version
Browse files Browse the repository at this point in the history
  • Loading branch information
minimal005 committed Dec 24, 2024
1 parent 44a9d24 commit f825975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import '@fortawesome/fontawesome-free/css/all.css';
import './styles/index.scss';

import { App } from './App';
import { TodoProvider } from './store/todoContext';
import { TodoProvider } from './store/TodoContext';

createRoot(document.getElementById('root') as HTMLDivElement).render(
<TodoProvider>
Expand Down

0 comments on commit f825975

Please sign in to comment.