mirror of
https://github.com/frappe/books.git
synced 2025-02-14 01:40:26 +00:00
Move ListAndForm to pages
This commit is contained in:
parent
a5766b7516
commit
2827c97134
@ -9,8 +9,8 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import List from './List/List';
|
||||
import Form from './Form/Form';
|
||||
import List from '@/components/List/List';
|
||||
import Form from '@/components/Form/Form';
|
||||
|
||||
export default {
|
||||
props: ['doctype', 'name', 'filters'],
|
@ -1,6 +1,6 @@
|
||||
import Vue from 'vue'
|
||||
import Router from 'vue-router'
|
||||
import ListAndForm from '@/components/ListAndForm'
|
||||
import ListAndForm from '@/pages/ListAndForm'
|
||||
import SetupWizard from '@/pages/SetupWizard/SetupWizard'
|
||||
import Report from '@/components/Report'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user