fix bug on import from local

This commit is contained in:
anovazzi1 2023-04-29 17:18:51 -03:00
commit b25135fae2
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "NODE_ENV=development react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"

View file

@ -137,7 +137,7 @@ export function TabsProvider({ children }: { children: ReactNode }) {
}
});
addFlow();
addFlow(flow);
});
}
};