initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div class="dashboard">thinking</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.dashboard {
|
||||
background-color: beige;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user