Move cookieName into a variable

This commit is contained in:
leigh-mil
2020-02-06 18:36:17 -05:00
parent 84e3e0603f
commit e4f23a583e
3 changed files with 7 additions and 4 deletions

1
js/lib/constants.js Normal file
View File

@@ -0,0 +1 @@
export const sidenavCookieName = 'expandSidenav'