|
@@ -3,7 +3,7 @@ import {
|
|
|
fetchIfNeeded as fetch,
|
|
fetchIfNeeded as fetch,
|
|
|
receiveRecipes as receive,
|
|
receiveRecipes as receive,
|
|
|
selectRecipe as select,
|
|
selectRecipe as select,
|
|
|
-} from "containers/Recipes/actions";
|
|
|
|
|
|
|
+} from "containers/Recipes/List/actions";
|
|
|
import { connect } from "react-redux";
|
|
import { connect } from "react-redux";
|
|
|
import { Grid, Row, Cell } from "@material/react-layout-grid";
|
|
import { Grid, Row, Cell } from "@material/react-layout-grid";
|
|
|
import { Button } from "@material/react-button";
|
|
import { Button } from "@material/react-button";
|