Skip to content

Commit 2e6f36a

Browse files
authored
Update .vscode/remix.code-snippets
1 parent 0bd436f commit 2e6f36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/remix.code-snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"import { type Route } from \"./+types/${TM_FILENAME_BASE}.ts\"",
77
"",
88
"export async function loader({ request }: Route.LoaderArgs) {",
9-
" return {}",
9+
" return {}",
1010
"}",
1111
],
1212
},

0 commit comments

Comments
 (0)