12 lines
208 B
TypeScript
12 lines
208 B
TypeScript
import './index.less';
|
|
|
|
export default function () {
|
|
|
|
return (
|
|
<div className='card'>
|
|
<div className="heart">♥</div>
|
|
<h1 className="title">hello! motherfucker!</h1>
|
|
</div>
|
|
);
|
|
}
|