Rename the "Layers" panel to "Layer Graph"

This commit is contained in:
Keavon Chambers
2021-04-01 21:55:15 -07:00
parent 4992bdee0e
commit 273aa652df
9 changed files with 17 additions and 18 deletions
@@ -0,0 +1,19 @@
<template>
<div>
</div>
</template>
<style lang="scss">
</style>
<script lang="ts">
import { defineComponent } from "vue";
export default defineComponent({
components: {
},
props: {
},
});
</script>