mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 10:53:08 +02:00
17 lines
306 B
Vue
17 lines
306 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>
|