+
-
-{% endblock %}
\ No newline at end of file
+{% endblock %}
+
\ No newline at end of file
diff --git a/webpack.config.js b/webpack.config.js
index 12e03b4..147e3c4 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -51,9 +51,6 @@ Encore
// New Meal
.addEntry('newMeal', './assets/js/newMeal.js')
- // New Child Form
- .addEntry('newchild', './assets/js/newchild.js')
-
.enableVueLoader()
// When enabled, Webpack "splits" your files into smaller pieces for greater optimization.