5 lines
134 B
TypeScript
Raw Normal View History

/* Copyright (C) 2024-2025 LibreWeddingPlanner contributors*/
2024-10-27 21:11:45 +00:00
2024-08-11 12:34:16 +02:00
export default function Loading() {
return <div>Loading...</div>;
}