Refactors most controllers and directives into classes for more organized and maintainable code
This commit is contained in:
2
app/assets/javascripts/controllers/constants.js
Normal file
2
app/assets/javascripts/controllers/constants.js
Normal file
@@ -0,0 +1,2 @@
|
||||
export const PANEL_NAME_NOTES = 'notes';
|
||||
export const PANEL_NAME_TAGS = 'tags';
|
||||
Reference in New Issue
Block a user