Remove captureContent as it is no longer used and its componets are removed
This commit is contained in:
parent
4371c3cc30
commit
1bdef0fb98
1 changed files with 0 additions and 25 deletions
|
|
@ -1,25 +0,0 @@
|
||||||
<template>
|
|
||||||
<!-- Grid managing tab content -->
|
|
||||||
<div uk-grid class="uk-height-1-1 uk-margin-remove uk-padding-remove">
|
|
||||||
<div class="control-component">
|
|
||||||
<paneCapture />
|
|
||||||
</div>
|
|
||||||
<div class="view-component uk-width-expand">
|
|
||||||
<streamDisplay />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import paneCapture from "./captureComponents/paneCapture";
|
|
||||||
import streamDisplay from "./streamContent.vue";
|
|
||||||
|
|
||||||
export default {
|
|
||||||
name: "CaptureContent",
|
|
||||||
|
|
||||||
components: {
|
|
||||||
paneCapture,
|
|
||||||
streamDisplay
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue