Files
release11-tools/Frontend/src/views/HtmlFormatterView.vue
Adam Bem c45d1ee83d Added green shadow wan success and other things (#268)
Reviewed-on: #268
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Co-committed-by: Adam Bem <adam.bem@zoho.eu>
2023-11-16 13:24:48 +01:00

8 lines
211 B
Vue

<script setup lang="ts">
import FormatterComponent from '@/components/formatter/FormatterComponent.vue';
</script>
<template>
<FormatterComponent formatter-language="HTML"></FormatterComponent>
</template>