Upgrade vite & ts configuration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 15:39:39 +01:00
parent 0e79202c77
commit 1a706ee6a3
8 changed files with 107 additions and 67 deletions

View File

@ -1,4 +1,3 @@
import { useFamily } from "../../../widgets/BaseFamilyRoute";
import { FamilyPageTitle } from "../../../widgets/FamilyPageTitle";
export function FamilyHomeRoute(): React.ReactElement {

1
geneit_app/src/vite-env.d.ts vendored Normal file
View File

@ -0,0 +1 @@
/// <reference types="vite/client" />