2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

[fix] import paths in ModelTable and Date component

This commit is contained in:
Faris Ansari 2018-07-02 13:02:41 +05:30
parent 77964cae23
commit c53a05ee52
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ export default {
}
</script>
<style lang="scss">
@import "frappe-datatable/dist/frappe-datatable.css";
@import "~frappe-datatable/dist/frappe-datatable.css";
.datatable-wrapper {
.form-control {

View File

@ -32,5 +32,5 @@ export default {
};
</script>
<style lang="scss">
@import "flatpickr/dist/flatpickr.css";
@import "~flatpickr/dist/flatpickr.css";
</style>