Page MenuHomeVyOS Platform

Remove import * from the code
Closed, ResolvedPublic

Description

This is a bad practice as it mean that no linter can check for function spelling.
You can also not be sure of what was imported in the namespace which can cause surprises.

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)