mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-24 04:59:06 +01:00
14148f6c4a
Resolve #7779
17 lines
305 B
Vue
17 lines
305 B
Vue
<template>
|
|
<div class="evrzpitu"></div>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import { defineComponent } from 'vue';import * as os from '@/os';
|
|
|
|
export default defineComponent({});
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
.evrzpitu
|
|
margin 16px 0
|
|
border-bottom solid var(--lineWidth) var(--faceDivider)
|
|
|
|
</style>
|