diff --git a/src/components/Lain/Lain.tsx b/src/components/Lain/Lain.tsx index 18483e7..e33a945 100644 --- a/src/components/Lain/Lain.tsx +++ b/src/components/Lain/Lain.tsx @@ -38,7 +38,13 @@ const LainConstructor = (props: LainConstructorProps) => { animator.animate(); }); - return ; + return ( + + ); }; export const LainIntro = () => {