Skip to content

Commit f8771fb

Browse files
committed
fix stupid import
1 parent bde1252 commit f8771fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/oneclient/frontend/src/components/SheetPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { HTMLMotionProps, MotionValue } from 'motion/react';
22
import { Button } from '@onelauncher/common/components';
3-
import { useCanGoBack, useLocation, useRouter } from '@tanstack/react-router';
3+
import { useCanGoBack, useRouter } from '@tanstack/react-router';
44
import { ArrowLeftIcon } from '@untitled-theme/icons-react';
55
import { motion, useScroll, useTransform } from 'motion/react';
66
import { OverlayScrollbarsComponent } from 'overlayscrollbars-react';

0 commit comments

Comments
 (0)