We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fc1ed commit dc26450Copy full SHA for dc26450
2 files changed
package.json
@@ -2,7 +2,7 @@
2
"name": "remix-development-tools",
3
"description": "Remix development tools - a set of tools for developing/debugging Remix.run apps",
4
"author": "Alem Tuzlak",
5
- "version": "3.1.0",
+ "version": "3.1.1",
6
"license": "MIT",
7
"keywords": [
8
"remix",
src/RemixDevTools/components/CacheInfo.tsx
@@ -1,7 +1,7 @@
1
-import add from "date-fns/add";
+import add from "date-fns/add/index.js";
import { CacheControl } from "../../dev-server/parser.js";
import { useCountdown } from "../hooks/useCountdown.js";
-import formatDistance from "date-fns/formatDistance";
+import formatDistance from "date-fns/formatDistance/index.js";
import { Tag } from "./Tag.js";
interface CacheInfoProps {
0 commit comments