Skip to content

Commit 0bd436f

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

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
@@ -17,7 +17,7 @@
1717
"import { type Route } from \"./+types/${TM_FILENAME_BASE}.ts\"",
1818
"",
1919
"export async function action({ request }: Route.ActionArgs) {",
20-
" return {}",
20+
" return {}",
2121
"}",
2222
],
2323
},

0 commit comments

Comments
 (0)