Skip to content

Commit 3b8bfbf

Browse files
committed
[chore] git pull 충돌병합
2 parents 6a0f873 + 3d04261 commit 3b8bfbf

File tree

6 files changed

+3
-5
lines changed

6 files changed

+3
-5
lines changed

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { NextConfig } from 'next';
22

3+
34
const nextConfig: NextConfig = {
45
// TurboPack 설정
56
experimental: {

src/app/design-system/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import TextButton from '@/shared/components/button/TextButton';
55
import { useState } from 'react';
66
import { customToast } from '@/shared/components/toast/CustomToastUtils';
77
import ModalLayout from '@/shared/components/ModalPop/ModalLayout';
8-
import ConfirmPop from '@/shared/components/ModalPop/ConfirmPop';
8+
import ConfirmPop from '@/shared/components/modalPop/ConfirmPop';
9+
910

1011
function Page() {
1112
const [isModalOpen, setModalOpen] = useState(false);

src/components/index.tsx

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)