summaryrefslogtreecommitdiff
path: root/frontend/src/components/DeckyToaster.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/DeckyToaster.tsx')
-rw-r--r--frontend/src/components/DeckyToaster.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/DeckyToaster.tsx b/frontend/src/components/DeckyToaster.tsx
index 5302b89c..7a51943b 100644
--- a/frontend/src/components/DeckyToaster.tsx
+++ b/frontend/src/components/DeckyToaster.tsx
@@ -1,6 +1,6 @@
import type { ToastData } from '@decky/api';
import { joinClassNames } from '@decky/ui';
-import { FC, useEffect, useState, ReactElement } from 'react';
+import { FC, ReactElement, useEffect, useState } from 'react';
import { useDeckyToasterState } from './DeckyToasterState';
import Toast, { toastClasses } from './Toast';