eslint: sort imports & exports
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
import "./Toaster.css";
|
||||
|
||||
import { ExternalStore, unixNow } from "@snort/shared";
|
||||
import { ReactNode, useSyncExternalStore } from "react";
|
||||
import { createPortal } from "react-dom";
|
||||
import { v4 as uuid } from "uuid";
|
||||
import { ExternalStore, unixNow } from "@snort/shared";
|
||||
|
||||
import Icon from "@/Components/Icons/Icon";
|
||||
|
||||
interface ToastNotification {
|
||||
|
Reference in New Issue
Block a user