mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
* Shader support PR * Make search page work * Fix env showing * Make moderation look reasonable * Fix search for shaders
12 lines
131 B
Vue
12 lines
131 B
Vue
<template>
|
|
<div></div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'Shaders',
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss" scoped></style>
|