Create functionality to navigate from a route in one package to a route in another package #11447
Labels
added-to-sprint
kind/user-story
Used for issues that describes functionality for our users.
quality/code
Violations from current rules for code, best practices, etc. Or just bad code.
status/draft
Status: When you create an issue before you have enough info to properly describe the issue.
Description
Right now, the only way to navigate from anywhere in
app-development
todashboard
is to usewindow.location.assign('/');
.This should be refactored to its own function so that we are able to easily navigate between the packages.
Additional Information
No response
Tasks
No response
Acceptance Criterias
No response
The text was updated successfully, but these errors were encountered: