5 lines
112 B
TypeScript
Raw Normal View History

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