Skip to content

Commit

Permalink
Modified frontend structuring.
Browse files Browse the repository at this point in the history
  • Loading branch information
diogorrio committed Feb 9, 2023
1 parent 64ff796 commit 9de071f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion webui/src/views/StreamView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
</template>

<script>
import SuccessfulRequest from "../components/SuccessfulRequest.vue";
export default {
name: "StreamView"
name: "StreamView",
components: {SuccessfulRequest},
data: function () {
},
methods: {
async uploadPhoto() {
}
}
}
</script>

Expand Down

0 comments on commit 9de071f

Please sign in to comment.