diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 9f8bff5a..cd40645e 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -22,4 +22,4 @@ jobs: - name: Codespell uses: codespell-project/actions-codespell@v2 with: - skip: ./.git,./dist,.package-lock.json,*.css,.codespellrc + skip: ./.git,./dist,package-lock.json,*.css,.codespellrc diff --git a/demo.html b/demo.html index 2b935ea2..1afe6a5e 100644 --- a/demo.html +++ b/demo.html @@ -16,12 +16,12 @@ - - - + + + - +
@@ -117,13 +117,15 @@
- import React, { useState } from 'react';
+ import { useState } from 'react';
function Example() {
const [count, setCount] = useState(0);
return (
- ...
+
+ ...
+
);
}
@@ -138,7 +140,7 @@