@appsflow/redux
Advanced tools
Comparing version 0.0.0-alpha.15 to 0.0.0-alpha.16
{ | ||
"name": "@appsflow/redux", | ||
"version": "0.0.0-alpha.15", | ||
"version": "0.0.0-alpha.16", | ||
"description": "AppFlow redux", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -85,3 +85,3 @@ import { createSlice, PayloadAction } from '@reduxjs/toolkit' | ||
// @ts-ignore | ||
routes = new Routes( getStore() ); | ||
routes = new Routes( globalThis.$flow.redux.getStore() ); | ||
@@ -88,0 +88,0 @@ return routes; |
Sorry, the diff of this file is too big to display
98699