We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9437f5 commit 3c89599Copy full SHA for 3c89599
src/root.tsx
@@ -53,6 +53,16 @@ export const meta: MetaFunction<typeof loader> = ({ error, data }) => {
53
];
54
};
55
56
+/**
57
+ _ _
58
+ | | | |
59
+ __ _____ _ _| |_ ___ _ __ __| |___ ___ ___ _ __ ___
60
+ \ \ /\ / / _ \| | | | __/ _ \ '__/ _` / __| / __/ _ \| '_ ` _ \
61
+ \ V V / (_) | |_| | || __/ | | (_| \__ \| (_| (_) | | | | | |
62
+ \_/\_/ \___/ \__,_|\__\___|_| \__,_|___(_)___\___/|_| |_| |_|
63
+
64
+ */
65
66
export function Layout({ children }: { children: ReactNode }) {
67
const data = useLoaderData<typeof loader>();
68
0 commit comments