Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaburgio committed Nov 19, 2023
1 parent a315aac commit f2f579a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions iconoir.com/pages/hq/react-icons.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { ArrowRight, Flash, Discord, Globe, DesignNib } from 'iconoir-react';
import { ArrowRight } from 'iconoir-react';
import { NextPage } from 'next';
import styled from 'styled-components';
import { HeroText } from '../.';
import { Ad } from '../../components/Ad';
import { HeroTextSecondary } from '../.';
import { LargeButton } from '../../components/Button';
import { DISCORD_LINK, SUPPORT_LINK } from '../../lib/constants';
import { Footer } from '../../components/Footer';
import { Header, HeaderProps } from '../../components/Header';
import { HeaderSecondary } from '../../components/HeaderSecondary';
Expand Down

0 comments on commit f2f579a

Please sign in to comment.