From fde1f33dd8e55f12f28112a91e3952fbd428bcae Mon Sep 17 00:00:00 2001 From: Willi Date: Fri, 3 Mar 2023 16:02:59 -0500 Subject: [PATCH] autofix import sorting --- src/components/common/footer/footer.tsx | 6 +++--- src/components/common/footer/index.tsx | 4 ++-- src/components/icons/socials.tsx | 4 ++-- src/components/sections/community/socials/index.tsx | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/common/footer/footer.tsx b/src/components/common/footer/footer.tsx index 5a1a36d..59f7283 100644 --- a/src/components/common/footer/footer.tsx +++ b/src/components/common/footer/footer.tsx @@ -1,19 +1,19 @@ import { Discord, - Youtube, Facebook, Instagram, Linkedin, Reddit, Telegram, - Twitter + Twitter, + Youtube } from '~/components/icons/socials' export const DevelopersLinks = [ { href: 'https://docs.laconic.com/', title: 'Developers' }, { href: 'https://github.com/LaconicNetwork', title: 'Github' }, { href: '/about/#roadmap', title: 'Roadmap' }, - { href: 'https://discord.com/invite/ukhbBemyxY', title: 'Chat' }, + { href: 'https://discord.com/invite/ukhbBemyxY', title: 'Chat' } ] export const ProductsLinks = [ diff --git a/src/components/common/footer/index.tsx b/src/components/common/footer/index.tsx index 4937855..a84854e 100644 --- a/src/components/common/footer/index.tsx +++ b/src/components/common/footer/index.tsx @@ -8,13 +8,13 @@ import { ArrowLink } from '~/components/icons/arrow' import { Isotype, LogoFooter } from '~/components/icons/logo' import { Discord, - Youtube, Facebook, Instagram, Linkedin, Reddit, Telegram, - Twitter + Twitter, + Youtube } from '~/components/icons/socials' import { Container } from '~/components/layout/container' import Section from '~/components/layout/section' diff --git a/src/components/icons/socials.tsx b/src/components/icons/socials.tsx index 2096ae2..99670df 100644 --- a/src/components/icons/socials.tsx +++ b/src/components/icons/socials.tsx @@ -299,12 +299,12 @@ const Discord = ({ export { Discord, - Youtube, Facebook, Github, Instagram, Linkedin, Reddit, Telegram, - Twitter + Twitter, + Youtube } diff --git a/src/components/sections/community/socials/index.tsx b/src/components/sections/community/socials/index.tsx index 99c189b..ca323e0 100644 --- a/src/components/sections/community/socials/index.tsx +++ b/src/components/sections/community/socials/index.tsx @@ -6,13 +6,13 @@ import { useEffect, useRef } from 'react' import Line from '~/components/icons/line' import { Discord, - Youtube, Facebook, Instagram, Linkedin, Reddit, Telegram, - Twitter + Twitter, + Youtube } from '~/components/icons/socials' import { Container } from '~/components/layout/container' import Section from '~/components/layout/section'