Test files

This commit is contained in:
airjp73 2018-02-06 11:47:41 -05:00
parent ce342d528a
commit 413bce4ce4
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
export const state = () => ({
val: 1
})

View File

@ -0,0 +1,3 @@
export const state = () => ({
val: 2
})