mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
10 lines
89 B
Vue
10 lines
89 B
Vue
<template>
|
|
<nuxt />
|
|
</template>
|
|
|
|
<script>
|
|
export default {}
|
|
</script>
|
|
|
|
<style></style>
|