mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 09:52:34 +01:00
7 lines
No EOL
74 B
JavaScript
7 lines
No EOL
74 B
JavaScript
|
|
const Counters = {
|
|
solid : 0,
|
|
shared : 0
|
|
};
|
|
|
|
export default Counters; |