4 lines
106 B
TypeScript
Raw Normal View History

2024-10-27 20:48:23 +00:00
Copyright (C) 2024 Manuel Bustillo
2024-08-11 12:34:16 +02:00
export default function Loading() {
return <div>Loading...</div>;
}