* test: flaky tests due to uncleared filters * perf: remove duplicate code in assets Remove controls which are separately bundled too, saves ~1.1MB of network transfer. Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
16 lines
710 B
JavaScript
16 lines
710 B
JavaScript
import "./frappe/form/templates/address_list.html";
|
|
import "./frappe/form/templates/contact_list.html";
|
|
import "./frappe/form/templates/form_dashboard.html";
|
|
import "./frappe/form/templates/form_footer.html";
|
|
import "./frappe/form/templates/form_links.html";
|
|
import "./frappe/form/templates/form_sidebar.html";
|
|
import "./frappe/form/templates/print_layout.html";
|
|
import "./frappe/form/templates/report_links.html";
|
|
import "./frappe/form/templates/set_sharing.html";
|
|
import "./frappe/form/templates/timeline_message_box.html";
|
|
import "./frappe/form/templates/users_in_sidebar.html";
|
|
|
|
import "./frappe/views/formview.js";
|
|
import "./frappe/form/form.js";
|
|
import "./frappe/meta_tag.js";
|
|
import "./frappe/doctype/"
|