/* Copyright (C) 2024-2025 LibreWeddingPlanner contributors*/ 'use client' export default function Page() { return ( "Helloworld" ); }