Move navbar from `wildcard/components` folder to `client/web/src/nav`
Created by: 5h1rU
Problem statement
Navbar is not considered a Wildcard library component anymore. Moving to a place outside wildcard is ideal for avoiding confusion about which elements belong to WCL.
Success criteria
- The
client/wildcard/src/components/NavBar
is moved toclient/web/src/nav/NavBar
-
NavBar
exports are removed fromclient/wildcard/src/components/index.ts
- Imports in consumers are changed to use the new
NavBar
location —client/web/src/nav/NavBar
.