XeNote/components/Border.tsx

7 lines
78 B
TypeScript

export function Border() {
return (
<span className={``}></span>
)
}