Skip to content

Commit

Permalink
fixed typo with package name. should be using react-router-dom (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
dahsameer authored Sep 21, 2024
1 parent 10f330f commit 6ad9ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/react-vite/src/app/routes/landing.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useNavigate } from 'react-router';
import { useNavigate } from 'react-router-dom';

import logo from '@/assets/logo.svg';
import { Head } from '@/components/seo';
Expand Down

0 comments on commit 6ad9ffb

Please sign in to comment.