Moved ingredient add box to ingredients

This commit is contained in:
jableader 2024-05-12 15:59:24 +10:00
parent 51348d8c1d
commit 50acb423a3
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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 {