el.xwx.moe/components/Modals/Tabs.tsx/NewCollection.tsx

6 lines
107 B
TypeScript
Raw Normal View History

2023-11-28 13:24:52 -06:00
import React from "react";
export default function NewCollection() {
return <div>NewCollection</div>;
}