.
Some checks failed
Testing / test (pull_request) Has been cancelled
Testing / test (push) Waiting to run
Publish to OCI Registry / publish (push) Has been cancelled

This commit is contained in:
Mrrp 2025-03-05 22:34:37 -08:00
parent 36576a27f3
commit c2095d0b13
29 changed files with 5941 additions and 0 deletions

13
wip-refactor/app.vue Normal file
View 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>