4 lines
106 B
TypeScript

Copyright (C) 2024 Manuel Bustillo
export default function Loading() {
return <div>Loading...</div>;
}