WIP
This commit is contained in:
1982
package-lock.json
generated
1982
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -16,7 +16,6 @@ const Pieces: Component<{ handlers: Handlers; class?: string }> = (props) => {
|
|||||||
{
|
{
|
||||||
<For each={pieces}>
|
<For each={pieces}>
|
||||||
{(item) => (
|
{(item) => (
|
||||||
// @ts-ignore
|
|
||||||
<img
|
<img
|
||||||
class={
|
class={
|
||||||
"pieces__ico" +
|
"pieces__ico" +
|
||||||
|
|||||||
Reference in New Issue
Block a user