build-address added tested

This commit is contained in:
2025-11-18 16:25:03 +03:00
parent 6a5acd28db
commit 688576a1de
129 changed files with 8116 additions and 385 deletions

View File

@@ -0,0 +1,5 @@
import { PageAddPerson } from "@/pages/people/add/page";
const AddPersonPage = () => { return <><PageAddPerson /></> }
export default AddPersonPage;