Skip to content

Commit

Permalink
Merge branch 'fix/linux-build' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Jan 13, 2023
2 parents d6da93c + 872001b commit 6f9e780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/icons.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { Icon, IconProps } from '@chakra-ui/react'
import { SiDiscord, SiGithub } from 'react-icons/si'
import { RxKeyboard } from 'react-icons/Rx'
import { RxKeyboard } from 'react-icons/rx'
import { BsMouse2 } from 'react-icons/bs'
import { SlScreenDesktop } from 'react-icons/sl'
import {
HiOutlinePuzzlePiece,
HiArrowUp,
HiArrowDown,
HiArrowsUpDown,
HiArrowsUpDown
} from 'react-icons/hi2'
import { HiStop, HiPlay } from 'react-icons/hi'
import { GoKebabVertical } from 'react-icons/go'
Expand Down

0 comments on commit 6f9e780

Please sign in to comment.