nextjs-test/app/unity/unity.tsx

8 lines
79 B
TypeScript

"use client";
const Unity = () => {
return <></>;
};
export default Unity;