added debounce duration constant

This commit is contained in:
reece 2019-10-19 14:46:23 +01:00 committed by Sean Yesmunt
parent c6b25894d7
commit a5529f6298

View file

@ -1,3 +1,4 @@
export const FILE = 'file';
export const CHANNEL = 'channel';
export const SEARCH = 'search';
export const DEBOUNCE_WAIT_DURATION_MS = 250;