merge new tools #244
11
Frontend/src/components/xml/tooltips/TooltipController.vue
Normal file
11
Frontend/src/components/xml/tooltips/TooltipController.vue
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="flex flex-row">
|
||||||
|
<button class="grow-0 tool-button "><</button>
|
||||||
|
<div id="content" class="w-1/3">fdfgjoejgioej</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
Reference in New Issue
Block a user