✌️
This commit is contained in:
parent
1cff462574
commit
1dc8ad6d0c
2 changed files with 20 additions and 1 deletions
|
|
@ -834,3 +834,15 @@ export const test3: Map = {
|
|||
'b--',
|
||||
]
|
||||
};
|
||||
|
||||
export const test4: Map = {
|
||||
name: 'Test4',
|
||||
category: 'Test',
|
||||
data: [
|
||||
'-w--b-',
|
||||
'-w--b-',
|
||||
'------',
|
||||
'-w--b-',
|
||||
'-w--b-'
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue