Skip to content

Commit

Permalink
fix: index route
Browse files Browse the repository at this point in the history
  • Loading branch information
willin committed Sep 19, 2023
1 parent 3f432ee commit 2bba9f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import { LoaderFunction, redirect } from '@remix-run/cloudflare';
import {
ActionFunction,
LoaderFunction,
redirect
} from '@remix-run/cloudflare';
import { pick } from 'accept-language-parser';
import { i18n } from '../i18n';

Expand Down
2 changes: 1 addition & 1 deletion documents/functions/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
91b5f791
21520622
2 changes: 0 additions & 2 deletions documents/wrangler.toml

This file was deleted.

0 comments on commit 2bba9f3

Please sign in to comment.