Skip to content

Commit

Permalink
fix: fix docs (#4903)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchaobei authored Nov 2, 2023
1 parent b1f1176 commit fd51158
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export type LoaderData = {
}[];
};

export const loader async (): Promise<LoaderData> => {
export const loader = async (): Promise<LoaderData> => {
const data = new Array(20).fill(0).map(() => {
const firstName = name.firstName();
return {
Expand Down

0 comments on commit fd51158

Please sign in to comment.