Rutas relativas

This commit is contained in:
2025-03-11 11:07:44 -06:00
parent 042e2577dc
commit c03973b0d3
5 changed files with 7 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ import {
AlertDialogTitle,
AlertDialogTrigger,
} from "@/components/ui/alert-dialog"
import { useNavigate, useNavigation } from 'react-router';
import { useNavigate } from 'react-router';
function App() {