pathfix2
Some checks failed
deploy / test (push) Failing after 6m52s
deploy / Update templates on Mailgun (push) Has been skipped

This commit is contained in:
Untone 2024-10-02 23:33:58 +03:00
parent 36810d688c
commit 4e050198c5

View File

@ -3,7 +3,7 @@ import clsx from 'clsx'
import { JSX } from 'solid-js' import { JSX } from 'solid-js'
import { Popover } from '~/components/_shared/Popover' import { Popover } from '~/components/_shared/Popover'
import styles from '../MiniEditor/MiniEditor.module.scss' import styles from '../MiniEditor.module.scss'
interface ControlProps { interface ControlProps {
editor: Editor | undefined editor: Editor | undefined