Skip to content

Commit

Permalink
refactor: organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw committed Dec 21, 2023
1 parent 2089fad commit 5e7d708
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/components/pages/home/features/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import React from 'react';
import { useColorMode } from '@docusaurus/theme-common';
import {
IconAlignBoxLeftBottom,
IconBrandDiscord,
IconHome,
IconAccessible,
IconAdjustments,
IconDragDrop,
IconIcons,
IconLicense,
IconKey,
IconLanguage,
IconPlug,
IconSearch,
IconApps, IconDragDrop, IconKey, IconLanguage, IconAccessible, IconAdjustments,
} from '@tabler/icons';

const featureList = [
Expand Down

0 comments on commit 5e7d708

Please sign in to comment.