website refactor

This commit is contained in:
2026-01-16 11:13:42 +01:00
parent d86aa4583b
commit d6b94e21df
30 changed files with 217 additions and 182 deletions

View File

@@ -1,4 +1,4 @@
import { useAuth } from '@/lib/auth/AuthContext';
import { useAuth } from '@/components/auth/AuthContext';
import { useState, useEffect } from 'react';
export function useSponsorMode(): boolean {