/* eslint-disable */ /* This is a auto generated file for building the project */ import type { PageMeta } from "@webstudio-is/sdk"; import type { System, ResourceRequest } from "@webstudio-is/sdk"; export const getResources = (_props: { system: System }) => { const _data = new Map([ ]) const _action = new Map([ ]) return { data: _data, action: _action } } export const getPageMeta = ({ system, resources, }: { system: System; resources: Record; }): PageMeta => { return { title: "Page not found", description: undefined, excludePageFromSearch: false, language: undefined, socialImageAssetName: undefined, socialImageUrl: undefined, status: 404, redirect: undefined, custom: [ ], }; }; type Params = Record; export const getRemixParams = ({ ...params }: Params): Params => { params[0] = params["*"] delete params["*"] return params } export const contactEmail = "inasahealthcare@gmail.com";