Remove the dev-tools for rediricting API from production app

This commit is contained in:
Julian Stirling 2026-05-10 14:10:19 +01:00
parent 59a93c673a
commit a58007a98c
4 changed files with 2 additions and 69 deletions

View file

@ -14,22 +14,16 @@
Report an issue
</a>
</div>
<div class="uk-padding-small">
<h2>Developer tools</h2>
<devTools class="uk-width-large" />
</div>
</div>
</template>
<script>
import devTools from "./aboutComponents/devTools.vue";
import statusPane from "./aboutComponents/statusPane.vue";
export default {
name: "AboutContent",
components: {
devTools,
statusPane,
},
};