mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 18:56:29 +02:00
Add sidebar layout
This commit is contained in:
2
client/helpers/random.js
Normal file
2
client/helpers/random.js
Normal file
@@ -0,0 +1,2 @@
|
||||
const random = (min, max) => min + Math.round(Math.random() * (max - min));
|
||||
export default random;
|
Reference in New Issue
Block a user