import { GeneralSettings } from "./home"; const ProtectedDashboardPage = async () => { return (
); }; export default ProtectedDashboardPage;