import React from "react"; export const ConfigErrorPage = () => { return (
{"{" "}
is not initialized. Please make sure you have it mounted in your
app and placed your components inside it.
import {"{"} Refine, WelcomePage{" "}
{"}"} from{" "}
{'"@refinedev/core"'};{"\n"}
{"\n"}
export{" "}
default{" "}
function{" "}
App
(
){" "}
{"{"}
{"\n"}
{" "}
return ({"\n"}
{" "}
<
Refine
{"\n"}
{" "}
{"// "}
...
{"\n"}
{" "}>
{"\n"}
{" "}
{"{"}
{"/* ... */"}
{"}"}
{"\n"}
{" "}
<
WelcomePage />
{"\n"}
{" "}
{"{"}
{"/* ... */"}
{"}"}
{"\n"}
{" "}
</
Refine
>
{"\n"}
{" "});{"\n"}
{"}"}
);
};
const ErrorGradient = (props: React.SVGProps