Skip to content

Commit

Permalink
Fix sorting of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-slobodian committed Jun 4, 2024
1 parent 1a477c8 commit 5800b7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/app-fallback/AppFallback.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import React from "react";
import { FallbackProps } from "../error-boundary";
import { useTranslation } from "react-i18next";
import { Button, Typography } from "@peculiar/react-components";
import { FallbackProps } from "../error-boundary";

import ErrorIcon from "../../icons/error-big.svg?react";

import styles from "./styles/index.module.scss";
import { useTranslation } from "react-i18next";

export const AppFallback: React.FunctionComponent<FallbackProps> = (props) => {
const { resetErrorBoundary } = props;
Expand Down

0 comments on commit 5800b7f

Please sign in to comment.