소스 검색

fixed navigation

tonyboylehub 11 달 전
부모
커밋
f0598c6b49
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/components/Header.jsx

+ 1 - 4
src/components/Header.jsx

@@ -5,10 +5,7 @@ import React, { useEffect, useState } from 'react'
 import { MobileNavigation } from '@/components/MobileNavigation'
 import { Search } from '@/components/Search'
 import { ThemeSelector } from '@/components/ThemeSelector'
-import {
-  categoryToColor,
-  IconWithName,
-} from '@/components/products/IconWithName'
+import { categoryToColor, IconWithName } from '@/components/products/IconWithName'
 import { Sections } from '@/components/products/Sections'
 import { SwitcherDialog } from '@/components/products/SwitcherDialog'
 import NavList from './NavList'