feat: finish DM sidebar
This commit is contained in:
parent
c9bea94ef8
commit
34976b4f50
4 changed files with 34 additions and 40 deletions
|
@ -2,15 +2,6 @@
|
|||
<span class="spacer"></span>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import type { UserResponse } from '~/types/interfaces';
|
||||
|
||||
const props = defineProps<{
|
||||
user: UserResponse,
|
||||
}>();
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.spacer {
|
||||
height: 0.2dvh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue