This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
site-2025/src/app/[locale]/loading.tsx
Dariusz Niemczyk 220d7e0733
Cebula.
2025-02-08 16:08:44 +01:00

5 lines
70 B
TypeScript

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