initial
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user