mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
6 lines
75 B
TypeScript
6 lines
75 B
TypeScript
const loading = () => {
|
|
return <>loading</>;
|
|
};
|
|
|
|
export default loading;
|