/* Copyright (C) 2024 Manuel Bustillo*/

export default function Loading() {
    return <div>Loading...</div>;
}