Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
16 lines
264 B
Vue
16 lines
264 B
Vue
<script setup lang="ts">
|
|
import JarvisOfficeStage from '@/components/war-room/JarvisOfficeStage.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<div class="war-room-page">
|
|
<JarvisOfficeStage />
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped>
|
|
.war-room-page {
|
|
min-height: 100%;
|
|
}
|
|
</style>
|