update: Remove use client directive since it's already used on the component

This commit is contained in:
mbaharip
2025-01-24 17:45:56 +07:00
parent 9f43c6ba99
commit 128f3c494d
-2
View File
@@ -1,5 +1,3 @@
"use client";
import { PageLoader } from "~/components/layout";
export default function RootLoading() {