chore: formatting

This commit is contained in:
2023-10-21 21:46:15 +01:00
parent 0e3661afc6
commit 63950f1e6b
4 changed files with 45 additions and 34 deletions

View File

@ -51,5 +51,7 @@ export default function Toaster() {
{a.element}
</div>
))}
</div>, document.body);
</div>,
document.body,
);
}