6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
import React from "react";
|
|
|
|
export default function NewCollection() {
|
|
return <div>NewCollection</div>;
|
|
}
|