Add a feature to handle invitations #261

Merged
bustikiller merged 15 commits from feat/invitations into main 2025-06-01 18:09:41 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit f8a52b9968 - Show all commits

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024-2025 LibreWeddingPlanner contributors*/
import { Entity } from "./definitions";
import { Guest } from "./guest";

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024-2025 LibreWeddingPlanner contributors*/
'use client';
import { AbstractApi } from "@/app/api/abstract-api";