File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11import { LeaderboardListDto } from '@/types/leaderboard.type' ;
2- import { instance } from './instance.request' ;
32import { PATHS } from '@/constants' ;
3+ import { instance } from './instance.request' ;
44
55export const leaderboardList = async ( {
66 based,
Original file line number Diff line number Diff line change 1- import { usePathname } from 'next/navigation' ;
1+ import { usePathname , useRouter } from 'next/navigation' ;
2+ import { startHolyLoader } from 'holy-loader' ;
23import { Icon , NameType } from '@/components' ;
34import { COLORS } from '@/constants' ;
4- import { useRouter } from 'next/navigation' ;
5- import { startHolyLoader } from 'holy-loader' ;
65
76export const defaultStyle =
87 'w-[180px] h-[65px] px-9 transition-all duration-300 shrink-0 max-MBI:w-[65px] max-MBI:px-0' ;
Original file line number Diff line number Diff line change 33import { useMutation } from '@tanstack/react-query' ;
44import { useForm } from 'react-hook-form' ;
55import Image from 'next/image' ;
6+ import { startHolyLoader , stopHolyLoader } from 'holy-loader' ;
7+ import { useRouter } from 'next/navigation' ;
68import { Input , Button } from '@/components' ;
79import { login , sampleLogin } from '@/apis' ;
810import { LoginVo } from '@/types' ;
911
10- import { startHolyLoader , stopHolyLoader } from 'holy-loader' ;
11- import { useRouter } from 'next/navigation' ;
12-
1312const responsiveStyle =
1413 "flex items-center gap-5 max-MBI:before:inline-block max-MBI:before:bg-[url('/favicon.png')] max-MBI:before:[background-size:_100%_100%] max-MBI:before:w-16 max-MBI:before:h-16" ;
1514
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ import { ErrorBoundary } from '@sentry/nextjs';
66import { ReactNode , Suspense } from 'react' ;
77import type { Metadata } from 'next' ;
88import './globals.css' ;
9+ import HolyLoader from 'holy-loader' ;
910import { ChannelTalkProvider , QueryProvider , ModalProvider } from '@/components' ;
1011import { env } from '@/constants' ;
11- import HolyLoader from 'holy-loader' ;
1212
1313export const BASE = 'https://velog-dashboard.kro.kr/' ;
1414
You can’t perform that action at this time.
0 commit comments