Skip to content

Commit 3c89599

Browse files
committed
docs: ascii art comment - wip
1 parent b9437f5 commit 3c89599

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/root.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ export const meta: MetaFunction<typeof loader> = ({ error, data }) => {
5353
];
5454
};
5555

56+
/**
57+
_ _
58+
| | | |
59+
__ _____ _ _| |_ ___ _ __ __| |___ ___ ___ _ __ ___
60+
\ \ /\ / / _ \| | | | __/ _ \ '__/ _` / __| / __/ _ \| '_ ` _ \
61+
\ V V / (_) | |_| | || __/ | | (_| \__ \| (_| (_) | | | | | |
62+
\_/\_/ \___/ \__,_|\__\___|_| \__,_|___(_)___\___/|_| |_| |_|
63+
64+
*/
65+
5666
export function Layout({ children }: { children: ReactNode }) {
5767
const data = useLoaderData<typeof loader>();
5868

0 commit comments

Comments
 (0)