7 lines
101 B
TypeScript
Raw Normal View History

import React from "react";
export default function TldPage() {
return <p>
Tld
</p>
}