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