Skip to content

Commit 0b438c2

Browse files
committed
chore: twmerge 삭제
1 parent 1834599 commit 0b438c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/layouts/Layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Outlet } from 'react-router';
2-
import { twMerge } from 'tailwind-merge';
32
import PostButton from '@/components/PostButton';
43
import MyErrorBoundary from '@/components/ErrorBoundary';
54
import HeaderWrapper from '@/layouts/header/HeaderWrapper';
@@ -13,7 +12,7 @@ function Layout() {
1312
<HeaderWrapper />
1413

1514
{/* 메인 컨텐츠 영역 */}
16-
<div className={twMerge('pt-[44px] flex-1 flex justify-center w-full px-3')}>
15+
<div className="pt-[44px] flex-1 flex justify-center w-full px-3">
1716
<MyErrorBoundary>
1817
<AnimatePresence mode="wait">
1918
<motion.div

0 commit comments

Comments
 (0)