Moved ingredient add box to ingredients
This commit is contained in:
parent
51348d8c1d
commit
50acb423a3
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import IngredientLine from '@/components/ingredients/IngredientLine.vue';
|
||||
import IngredientLine from './IngredientLine.vue';
|
||||
import data from '@/data.js'
|
||||
|
||||
export default {
|
||||
|
|
@ -52,7 +52,7 @@ import RecipeSearchBox from '@/components/recipes/RecipeSearchBox.vue';
|
|||
import RecipeCard from '@/components/recipes/RecipeCard.vue';
|
||||
import CompactParsedIngredient from '@/components/ingredients/CompactParsedIngredient.vue';
|
||||
import DatePicker from './DatePicker.vue';
|
||||
import IngredientAddBox from './IngredientAddBox.vue';
|
||||
import IngredientAddBox from '@/components/ingredients/IngredientAddBox.vue';
|
||||
import PersonList from './PersonList.vue';
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Reference in a new issue