Manuel Bustillo 9d59485ad6
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 49s
Add copyright notice / copyright_notice (pull_request) Successful in 1m3s
Build Nginx-based docker image / build-static-assets (push) Successful in 3m23s
Playwright Tests / test (pull_request) Successful in 4m6s
Create the layout of the public website
2025-06-08 18:49:37 +02:00

11 lines
146 B
TypeScript

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