mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 18:56:29 +02:00
Use webpack
This commit is contained in:
2
client/helpers/slug.js
Normal file
2
client/helpers/slug.js
Normal file
@@ -0,0 +1,2 @@
|
||||
const slug = item => item.toLowerCase().split(' ').join('-');
|
||||
export default slug;
|
Reference in New Issue
Block a user