Skip to content

Commit

Permalink
fix: 링크 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
brgndyy committed Oct 24, 2024
1 parent f87947c commit ff9ca9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createContext, type PropsWithChildren, useContext, useEffect, useState } from 'react';
import useUserInfo from '@/hooks/useUserInfo';
import * as S from './DashBoardPageLayout.styled';
import { Link, useLocation } from 'react-router-dom';
import { useLocation } from 'react-router-dom';

const PATH_INFO = [
{
Expand Down

0 comments on commit ff9ca9f

Please sign in to comment.