Fix: Add use client to Offline page

This commit is contained in:
duongcamcute
2026-01-24 21:19:30 +07:00
parent d12cccbb31
commit 9ce843345b

View File

@@ -1,3 +1,5 @@
"use client";
export default function OfflinePage() {
return (
<div className="min-h-screen bg-gray-100 flex items-center justify-center p-4">