cra-template-kea-typescript
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "cra-template-kea-typescript", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "react", |
@@ -5,2 +5,3 @@ import { kea } from 'kea' | ||
export const appLogic = kea<appLogicType>({ | ||
path: ['appLogic'], | ||
actions: { | ||
@@ -7,0 +8,0 @@ goFaster: true, |
Sorry, the diff of this file is not supported yet
34975
184