Skip to content

Commit

Permalink
feat: build Error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbeann committed Aug 26, 2024
1 parent 821663d commit 7b604e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/container/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ import { cn } from '@/utils';
import { usePathname, useRouter } from 'next/navigation';
import { useState } from 'react';
import { Collapsible } from './Collapsible/Collapsible';
import { useRouter, usePathname } from 'next/navigation';
import { MY_RECRUIT_PATH, MY_INFO_PATH } from '@/route';
import { Logo } from '@/components/Logo';
import { cn } from '@/utils';

const SIDEBAR_CLASSNAME = {
expanded: 'w-[220px]',
Expand Down
1 change: 0 additions & 1 deletion src/system/components/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { Pip } from './SVG/Pip';
import { Profile } from './SVG/Profile';
import { ProfileFill } from './SVG/ProfileFill';
import { Refresh } from './SVG/Refresh';
import { X } from './SVG/X';
import { Remove } from './SVG/Remove';
import { RightChevron } from './SVG/RightChevron';
import { Rocket } from './SVG/Rocket';
Expand Down

0 comments on commit 7b604e9

Please sign in to comment.