diff --git a/package.json b/package.json index 56b33cf..a3918d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hibas123/theme-preact", - "version": "1.0.2", + "version": "1.0.4", "description": "", "main": "out/index.js", "dependencies": { diff --git a/src/Button.tsx b/src/Button.tsx index 1dc2ffa..55f938c 100644 --- a/src/Button.tsx +++ b/src/Button.tsx @@ -39,7 +39,9 @@ export default function Button({ break; } - ; + return ( + + ); }