Skip to content

Commit

Permalink
배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
DHyeon98 committed Jun 21, 2024
1 parent 6ea251e commit aa4ddb8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions components/family/diary/family-diary-contents-empty.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import React from 'react';
import Link from 'next/link';
import Image from 'next/image';
import FamilyDiaryLayout from './layout/family-diary-layout';
import styles from './family-diary-contents-empty.module.scss';
import Hyperlink from '@/components/common/button/hyperlink';

Expand Down
1 change: 0 additions & 1 deletion components/family/growth/family-growth-empty.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import styles from './family-growth-empty.module.scss';
import Hyperlink from '@/components/common/button/hyperlink';
import Image from 'next/image';
import Link from 'next/link';

Expand Down
1 change: 0 additions & 1 deletion components/growth/list/list-header/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import styles from './list-header.module.scss';
import Profile from '../../profile';
import CategoryIcon from '@/public/images/growth/categroy-icon.svg';
import DropdownMenu from '@/components/kebab/kebab';
import useToggle from '@/hooks/use-toggle';
import { useDeleteGrowthMutation } from '@/hooks/queries/growth/use-post-growth-query';
Expand Down

0 comments on commit aa4ddb8

Please sign in to comment.