feat: Dynamically load Google API client, remove gapi-script dependency, and mark sync settings as client-side.

This commit is contained in:
kuekhaoyang
2025-11-29 18:20:54 +08:00
parent 421cde41e1
commit 4ce06168f3
4 changed files with 32 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
'use client';
import { useSync } from '@/lib/hooks/useSync';
import { Icons } from '@/components/ui/Icon';
import { Button } from '@/components/ui/Button';