Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #22 from vasco3/dev
Browse files Browse the repository at this point in the history
Fix omision (patch)
  • Loading branch information
Jorge Cuadra committed Sep 6, 2018
2 parents c5a5ddf + 5b55b79 commit c76eda8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plan/Food.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { List, SimpleListItem } from 'rmwc/List';
import { ListDivider } from 'rmwc/List';
import { Typography } from 'rmwc/Typography';

import { RECIPES_MINIMUM } from '../recipes/constants';

function Food({
menu,
handleMenuGenerate,
Expand Down

0 comments on commit c76eda8

Please sign in to comment.