mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 09:34:50 +00:00
7 lines
90 B
Vue
7 lines
90 B
Vue
<script setup lang="ts">
|
|
throw createError({
|
|
fatal: true,
|
|
statusCode: 404,
|
|
})
|
|
</script>
|