diff --git a/src/layout/index.vue b/src/layout/index.vue index 360aadb3..965bcd1b 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -7,7 +7,6 @@ - @@ -21,12 +20,10 @@ import RightPanel from '@/components/RightPanel' import { AppMain, Navbar, Settings, Sidebar, TagsView } from './components' import ResizeMixin from './mixin/ResizeHandler' import { mapState } from 'vuex' -import AD from '@/components/AD' export default { name: 'Layout', components: { - AD, AppMain, Navbar, RightPanel, diff --git a/src/views/layout/Layout.vue b/src/views/layout/Layout.vue deleted file mode 100644 index 05f302b4..00000000 --- a/src/views/layout/Layout.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - - -