Skip to content

Commit

Permalink
Fix(What-s-Your-Plan#9): Private Routes Import 순서 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
KIMSEI1124 committed Jul 1, 2024
1 parent c5df160 commit 595d46d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/PrivateRoutes.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { useEffect } from 'react';
import { Outlet, useNavigate } from 'react-router-dom';

import useJsonWebTokensStore from '@/stores/TokenStore';

import { BROWSER_PATH } from '@/constants/Path';
import useJsonWebTokensStore from '@/stores/TokenStore';

function PrivateWrapper() {
const navigate = useNavigate();
Expand Down

0 comments on commit 595d46d

Please sign in to comment.