Skip to content

Commit

Permalink
미들웨어 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
DHyeon98 committed Jun 24, 2024
1 parent a29b019 commit 6dac260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/family/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styles from './index.module.scss';
import FamilyDiary from '@/components/family/diary/family-diary';
import FamilyGrowth from '@/components/family/growth/family-growth';
import FamilySchedule from '@/components/family/schedule/family-schedule';
import { deleteCookie, getCookie } from 'cookies-next';
import { getCookie } from 'cookies-next';

export default function Family() {
console.log(getCookie('AccessToken'));
Expand Down

0 comments on commit 6dac260

Please sign in to comment.