mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 01:54:47 +00:00
8 lines
165 B
Vue
8 lines
165 B
Vue
<script setup lang="ts">
|
|
import { ServersManageOverviewPage } from '@modrinth/ui'
|
|
</script>
|
|
|
|
<template>
|
|
<ServersManageOverviewPage contained-console />
|
|
</template>
|