pollo/src/app/_components/Loading.tsx

8 lines
89 B
TypeScript
Raw Normal View History

2023-09-01 19:43:15 -06:00
"use client";
const Loading = () => {
return <Loading />;
};
export default Loading;