feat: explicitly install idb + use react-router instead of react-router-dom

This commit is contained in:
2025-05-29 17:03:44 +02:00
parent 6be3aa07a1
commit 83c26bb94a
7 changed files with 18 additions and 10 deletions

View File

@ -1,6 +1,6 @@
import { Card, CardContent } from "@/components/ui/card";
import { Mail, Lock, User, Phone } from "lucide-react";
import { Link, useLocation } from "react-router-dom";
import { Link, useLocation } from "react-router";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";