mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-07 00:02: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; |