This commit is contained in:
Shnimlz
2025-12-01 18:59:48 +00:00
parent 9c20ca0930
commit 7661b2b8b1
117 changed files with 17954 additions and 3591 deletions

View File

@@ -1,8 +1,7 @@
<template>
<div class="legal-page">
<AnimatedBackground />
<IslandNavbar />
<div class="legal-container">
<div class="legal-header">
<h1>🔒 Privacy Policy</h1>
@@ -196,13 +195,8 @@
<script setup>
import { onMounted } from 'vue';
import AnimatedBackground from '../components/AnimatedBackground.vue';
import IslandNavbar from '../components/docs/IslandNavbar.vue';
import { useTheme } from '../composables/useTheme';
const { initTheme } = useTheme();
onMounted(() => {
initTheme();
});
</script>