Optimizations and underlying fixes done yesterday

This commit is contained in:
2023-07-10 09:14:30 +01:00
parent 3eb6960cc7
commit b245f87556
11 changed files with 248 additions and 173 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
import FamilyAcc from "../components/FamilyAcc";
export default function FamilyAccPage() {
return (
<>
<FamilyAcc />
</>
);
return (
<>
<FamilyAcc />
</>
);
}