mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-15 02:48:20 +00:00
autofix import sorting
This commit is contained in:
parent
e51f240048
commit
fde1f33dd8
@ -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 = [
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -299,12 +299,12 @@ const Discord = ({
|
||||
|
||||
export {
|
||||
Discord,
|
||||
Youtube,
|
||||
Facebook,
|
||||
Github,
|
||||
Instagram,
|
||||
Linkedin,
|
||||
Reddit,
|
||||
Telegram,
|
||||
Twitter
|
||||
Twitter,
|
||||
Youtube
|
||||
}
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user