daphnis/components/avatarcustomization/page.tsx

8 lines
145 B
TypeScript
Raw Normal View History

2024-07-23 00:59:17 +00:00
import React from "react";
2024-07-21 16:19:30 +00:00
2024-07-23 00:59:17 +00:00
const AvatarCustomization = () => {
return <div>AvatarCustomization</div>;
};
2024-07-21 16:19:30 +00:00
2024-07-23 00:59:17 +00:00
export default AvatarCustomization;