Fixed code style

This commit is contained in:
kvakazyambra 2024-05-20 23:39:59 +03:00 committed by dog
parent 0e8e8f5d20
commit 9ba7bfada8

View File

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