This commit is contained in:
Untone 2024-02-03 11:31:13 +03:00
parent b4c8b4a882
commit a02f24d862

View File

@ -8,7 +8,6 @@ import { Author } from '../../../graphql/schema/core.gen'
import { hideModal } from '../../../stores/ui' import { hideModal } from '../../../stores/ui'
import { useAuthorsStore } from '../../../stores/zine/authors' import { useAuthorsStore } from '../../../stores/zine/authors'
import { AuthorBadge } from '../../Author/AuthorBadge' import { AuthorBadge } from '../../Author/AuthorBadge'
// import { Modal } from '../../Nav/Modal'
import { Button } from '../Button' import { Button } from '../Button'
import { DropdownSelect } from '../DropdownSelect' import { DropdownSelect } from '../DropdownSelect'
import { Loading } from '../Loading' import { Loading } from '../Loading'