mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-15 03:52:48 +00:00
changes
This commit is contained in:
@@ -2,6 +2,12 @@ import * as types from "./constants";
|
||||
import marked from 'marked';
|
||||
import 'whatwg-fetch';
|
||||
|
||||
export function increasePostLimit(){
|
||||
return {
|
||||
type: types.INCREASE_POST_LIMIT
|
||||
}
|
||||
}
|
||||
|
||||
function initPreview(posts) {
|
||||
return {
|
||||
type: types.INIT_PREVIEW,
|
||||
|
||||
Reference in New Issue
Block a user