el.xwx.moe/components/Modals/Tabs.tsx/NewCollection.tsx
2023-11-28 14:24:52 -05:00

6 lines
107 B
TypeScript

import React from "react";
export default function NewCollection() {
return <div>NewCollection</div>;
}