mirror of https://github.com/webpack/webpack.git
5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
|
const Button = () => {
|
||
|
return <button />;
|
||
|
};
|
||
|
export { Button as default };
|