fix: Unterminated JSX tag

This commit is contained in:
xxDeveloper
2023-08-04 19:50:29 +03:00
committed by GitHub
parent c7a8611476
commit ef452e678a

View File

@@ -79,6 +79,7 @@ const logger = Service('@sern/logger');
await makeDependencies()
```
</TabItem>
</Tabs>
- Services can only be used after sern has made dependencies.
- Calling a service before will crash your application.