Merge branch 'feat/invitations' of https://gitea.bustikiller.com/bustikiller/wedding-planner-frontend into feat/invitations
All checks were successful
Playwright Tests / test (pull_request) Has been skipped
Add copyright notice / copyright_notice (pull_request) Successful in 1m0s
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m0s
Build Nginx-based docker image / build-static-assets (push) Successful in 8m15s

This commit is contained in:
Manuel Bustillo 2025-06-01 20:01:17 +02:00
commit 10b741cd37
2 changed files with 4 additions and 0 deletions

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";