Skip to content

Commit 6d9dd35

Browse files
committed
Fix FMT
1 parent 8bb8331 commit 6d9dd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/ErrorBoundary/GlobalErrorBoundary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Button } from "components/Button/Button";
22
import { CoderIcon } from "components/Icons/CoderIcon";
3+
import { Link } from "components/Link/Link";
34
import { useEmbeddedMetadata } from "hooks/useEmbeddedMetadata";
45
import { type FC, useState } from "react";
56
import { Helmet } from "react-helmet-async";
6-
import { Link } from "components/Link/Link";
77
import {
88
type ErrorResponse,
99
isRouteErrorResponse,

0 commit comments

Comments
 (0)