fix: add closing tag

This commit is contained in:
Mikhail Saveliev 2024-01-08 19:06:04 +05:00
parent 81d048cbc7
commit d0e90abb4f

View file

@ -36,5 +36,6 @@ export const AppNav = () => {
</div>
</div>
</div>
</div>
)
};