eslint: sort imports & exports
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
import Icon from "@/Components/Icons/Icon";
|
||||
import AsyncButton from "./Button/AsyncButton";
|
||||
import { FormattedMessage } from "react-intl";
|
||||
import classNames from "classnames";
|
||||
import { FormattedMessage } from "react-intl";
|
||||
|
||||
import Icon from "@/Components/Icons/Icon";
|
||||
|
||||
import AsyncButton from "./Button/AsyncButton";
|
||||
|
||||
export function Offline({ onRetry, className }: { onRetry?: () => void | Promise<void>; className?: string }) {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user