"use client"; import PageLoading from "@/core/components/PageLoading"; const Loading = () => { return ; }; export default Loading;