Skip to content
This repository was archived by the owner on Jul 7, 2021. It is now read-only.

Commit 304d413

Browse files
committed
create action type constants
1 parent 43674a1 commit 304d413

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/actions/types.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export const FETCH_POSTS = "FETCH_POSTS";
2+
export const NEW_POST = "NEW_POST";

0 commit comments

Comments
 (0)