Skip to content

Commit 6611cb6

Browse files
committed
Moved RouteDisplay.vue and Routes.vue to the dashboard_items directory where Dashboard.vue resides and accesses them
Co-authored-by: Kerolos Nesem <[email protected]> Co-authored-by: Megan Nadkarni <[email protected]> Co-authored-by: Julia Bakerink < [email protected]>
1 parent ec28f0c commit 6611cb6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/components/dashboard_items/Dashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Description:
4848
import { mapState, mapActions } from "vuex";
4949
import Tree from "./Tree.vue";
5050
import ComponentDetails from "./ComponentDetails.vue";
51-
import RouteDisplay from "../home_sidebar_items/RouteDisplay.vue";
51+
import RouteDisplay from "./RouteDisplay.vue";
5252
5353
export default {
5454
components: {

0 commit comments

Comments
 (0)