mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-24 09:45:35 +08:00
fix: cannot import module from connection
This commit is contained in:
parent
13ff26c9d3
commit
3b774b9423
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user