fix: cannot import module from connection

This commit is contained in:
kunish 2023-09-01 15:23:34 +08:00
parent 13ff26c9d3
commit 3b774b9423
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -32,7 +32,7 @@ const Collapse: ParentComponent<Props> = (props) => {
)} )}
> >
<div <div
class="collapse-title pr-1 text-xl font-medium after:!top-8" class="collapse-title pr-4 text-xl font-medium after:!top-8"
onClick={() => onCollapse(!props.isOpen)} onClick={() => onCollapse(!props.isOpen)}
> >
{title} {title}