Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 355a837

Browse files
committed
필요없는 import 제거
1 parent 674f5e4 commit 355a837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Content/Content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useLocation } from 'react-router-dom';
22

33
import clsx from 'clsx';
4-
import { AnimatePresence, motion } from 'framer-motion';
4+
import { motion } from 'framer-motion';
55
import { useRecoilValue } from 'recoil';
66

77
import { layoutStore } from '~/stores/layout';

0 commit comments

Comments
 (0)