mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 02:13:58 +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; |