7 lines
78 B
TypeScript
7 lines
78 B
TypeScript
|
|
export function Border() {
|
|
return (
|
|
<span className={``}></span>
|
|
)
|
|
}
|