.
This commit is contained in:
parent
36576a27f3
commit
c2095d0b13
29 changed files with 5941 additions and 0 deletions
13
wip-refactor/app.vue
Normal file
13
wip-refactor/app.vue
Normal file
|
@ -0,0 +1,13 @@
|
|||
<script setup lang="ts">
|
||||
import '~/assets/css/catppuccin.scss';
|
||||
import HueComputer from './components/HueComputer.vue';
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<Navbar></Navbar>
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue