<AuthNavigation />

The Navigation component corresponds to the user navigation bar.

Usage

To use the component, simply add it to your template:

<AuthNavigation />

But you can also import the component directly into your file:

The components are located in the @/components/global/Auth directory. To use the component, import it into your file:

import AuthNavigation from '@/components/global/Auth/Navigation';