/* Copyright (C) 2024-2025 LibreWeddingPlanner contributors*/

export default function Loading() {
    return <div>Loading...</div>;
}