forked from LeenkxTeam/Kmake
13 lines
209 B
JavaScript
13 lines
209 B
JavaScript
const React = {
|
|
createElement: () => {
|
|
("あ 🐕 🐕", throw Error("an error"));
|
|
}
|
|
};
|
|
|
|
const profile = (
|
|
<div>
|
|
<img src="avatar.png" className="profile" />
|
|
<h3>{["hello"]}</h3>
|
|
</div>
|
|
);
|