Fixed code style

This commit is contained in:
kvakazyambra 2024-05-20 23:39:59 +03:00
parent 5bde0bc7d0
commit 8397facc5e

View File

@ -4,9 +4,9 @@ import { clsx } from 'clsx'
import { Show, createSignal } from 'solid-js'
import { useLocalize } from '../../../context/localize'
import { Icon } from '../../_shared/Icon'
import { Popup } from '../../_shared/Popup'
import { SoonChip } from '../../_shared/SoonChip'
import { Icon } from '../../_shared/Icon'
import styles from './FeedArticlePopup.module.scss'