mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
10 lines
162 B
Vue
10 lines
162 B
Vue
<script setup lang="ts">
|
|
import NxWelcome from '../app/NxWelcome.vue';
|
|
</script>
|
|
|
|
<template>
|
|
<main>
|
|
<NxWelcome title="theseus-gui" />
|
|
</main>
|
|
</template>
|