8 lines
177 B
Vue
8 lines
177 B
Vue
<script lang="ts" setup>
|
|
import FlowchartEditor from "shared/components/FlowchartEditor/index.vue"
|
|
</script>
|
|
<template>
|
|
<FlowchartEditor />
|
|
</template>
|
|
<style scoped></style>
|