mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
5 lines
142 B
JavaScript
5 lines
142 B
JavaScript
//constants
|
|
export const INIT_PREVIEW = 'INIT_PREVIEW';
|
|
export const FILTER_PREVIEW = 'FILTER_PREVIEW';
|
|
export const LOAD_POST = 'LOAD_POST';
|