Skip to content

Commit 5384f1d

Browse files
fix(frontend): remove stale import from chat interface
1 parent 1ba84b2 commit 5384f1d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Dechat/dex_with_fiat_frontend/src/components/StellarChatInterface.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import SkeletonChat from '@/components/ui/skeleton/SkeletonChat';
44
import SkeletonSidebar from '@/components/ui/skeleton/SkeletonSidebar';
55
import { useState, useCallback, useEffect, useRef } from 'react';
6-
import { useReducedMotion } from 'framer-motion';
76
import {
87
Wallet,
98
LogOut,
@@ -68,7 +67,6 @@ const HEALTH_POLL_INTERVAL_MS = 60_000;
6867

6968
function StellarChatInterfaceContent() {
7069
const { t } = useTranslation();
71-
const prefersReducedMotion = useReducedMotion();
7270
const {
7371
connection,
7472
connect,

0 commit comments

Comments
 (0)