mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-08-05 16:49:17 +00:00
16 lines
258 B
Vue
16 lines
258 B
Vue
![]() |
<template>
|
||
|
<div class="evrzpitu"></div>
|
||
|
</template>
|
||
|
|
||
|
<script lang="ts">
|
||
|
import Vue from 'vue';
|
||
|
export default Vue.extend({});
|
||
|
</script>
|
||
|
|
||
|
<style lang="stylus" scoped>
|
||
|
.evrzpitu
|
||
|
margin 16px 0
|
||
|
border-bottom solid var(--lineWidth) var(--faceDivider)
|
||
|
|
||
|
</style>
|