👔 feat: add base structure for anime page
This commit is contained in:
3
features/anime/sections/Information/skeleton.tsx
Normal file
3
features/anime/sections/Information/skeleton.tsx
Normal file
@ -0,0 +1,3 @@
|
||||
export const AnimeInformationSkeleton = () => {
|
||||
return <div>Loading...</div>;
|
||||
};
|
||||
Reference in New Issue
Block a user