Skip to content

Commit

Permalink
Removed syncpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittwer committed Feb 3, 2019
1 parent 4d89ab4 commit 190eb46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 134 deletions.
5 changes: 1 addition & 4 deletions src/renderer/components/SidePanel/PanelComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,17 @@
</div>
<div class="panel__content">
<ScreensPanel v-show="isChildPanel('Screens')" />
<SyncPanel v-show="isChildPanel('Sync')" />
</div>
</div>
</template>

<script>
import ScreensPanel from './ScreensPanel.vue'
import SyncPanel from './SyncPanel.vue'
export default {
name: 'PanelComponent',
components: {
ScreensPanel,
SyncPanel
ScreensPanel
},
props: ['title'],
computed: {},
Expand Down
130 changes: 0 additions & 130 deletions src/renderer/components/SidePanel/SyncPanel.vue

This file was deleted.

0 comments on commit 190eb46

Please sign in to comment.